* src/alertpanel.h
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Wed, 3 Dec 2003 19:25:37 +0000 (19:25 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Wed, 3 Dec 2003 19:25:37 +0000 (19:25 +0000)
* src/setup.c
* src/plugins/image_viewe/plugin.c
compile again, we need stddef.h for size_t

ChangeLog.claws
configure.ac
src/alertpanel.c
src/plugins/image_viewer/plugin.c
src/setup.c

index db4189ae14659e0bccc8737a7d19e80fc88f53db..98f12413febf2ee20bdf7ade7d5d2fde523b6799 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-03 [alfons]    0.9.7claws13
+
+       * src/alertpanel.h
+       * src/setup.c
+       * src/plugins/image_viewe/plugin.c
+               compile again, we need stddef.h for size_t
+
 2003-12-03 [paul]      0.9.7claws12
 
        * src/account.c
 2003-12-03 [paul]      0.9.7claws12
 
        * src/account.c
index 96127c90ffe4545258e87b39cdfa23bc2e11983a..2df7ceafa78b95709291076b04e852c8073997bf 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=7
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=7
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=12
+EXTRA_VERSION=13
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index d456ea4ef352a5a09aea82afd79114aa5f90536a..72ac461e41df7de7d06b1558c1ab23f5c3e6229b 100644 (file)
@@ -21,6 +21,7 @@
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
+#include <stddef.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
index 21b2319887c885f89d05d0f4b303da1db243aad9..e011b8ce6c05a2c0796c35aa4da96d3d71ef24f5 100644 (file)
@@ -21,6 +21,8 @@
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
+#include <stddef.h>
+
 #include "intl.h"
 
 #include "common/sylpheed.h"
 #include "intl.h"
 
 #include "common/sylpheed.h"
index 8a9464a71311d5d86c6ee9729467fa4e3b19b78d..6b3c973a366eb1ee4395c346e99a461a7807126e 100644 (file)
@@ -21,6 +21,7 @@
 #  include "config.h"
 #endif
 
 #  include "config.h"
 #endif
 
+#include <stddef.h>
 #include <glib.h>
 #include <gtk/gtkstatusbar.h>
 
 #include <glib.h>
 #include <gtk/gtkstatusbar.h>