summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-04-14 20:14:17 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-04-14 20:14:17 +0000
commit5c8e7eb9e00269cf97d45f79675523d91f82eaea (patch)
tree1543d4175414268fe1ab0096a9c67ee67b106e4a
parent70dd5b3b142123b882d85a41d21592a79c079428 (diff)
downloadgnome-common-5c8e7eb9e00269cf97d45f79675523d91f82eaea.tar.gz
Make gnomesupport.h include stddef.h unconditionally.
* gnomesupport-h.c (main): Make gnomesupport.h include stddef.h unconditionally. svn path=/trunk/; revision=193
-rw-r--r--support/ChangeLog5
-rw-r--r--support/gnomesupport-h.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index bf965d5..a667b7b 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+1998-04-14 Raja R Harinath <harinath@cs.umn.edu>
+
+ * gnomesupport-h.c (main): Make gnomesupport.h include stddef.h
+ unconditionally.
+
1998-04-13 Raja R Harinath <harinath@cs.umn.edu>
* scandir.c (<sys/types.h>): Include.
diff --git a/support/gnomesupport-h.c b/support/gnomesupport-h.c
index bab0235..7920e06 100644
--- a/support/gnomesupport-h.c
+++ b/support/gnomesupport-h.c
@@ -29,6 +29,8 @@ int main(void)
#ifdef __cplusplus
extern \"C\" {
#endif /* __cplusplus */
+
+#include <stddef.h> /* for size_t */
");
#if !defined HAVE_VASPRINTF || !defined HAVE_VSNPRINTF