summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-10 01:28:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-10 01:28:03 +0000
commit04bc211e6c4bba97d698268a62706681b8ab2bf7 (patch)
tree4d76b8df10676c4776c5f22d840640757515e3f6 /glib
parent39732afc59b5e3db38467b047090b0d72040255f (diff)
downloadglib-04bc211e6c4bba97d698268a62706681b8ab2bf7.tar.gz
Move string.h include into the .c file instead of where it was in the .h
Sun Jul 9 21:21:46 2000 Owen Taylor <otaylor@redhat.com> * genums.[ch]: Move string.h include into the .c file instead of where it was in the .h file by mistake. Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com> * gunicode.h: Include stddef.h instead of stdlib.h
Diffstat (limited to 'glib')
-rw-r--r--glib/gunicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gunicode.h b/glib/gunicode.h
index f40078d7f..b40cb5393 100644
--- a/glib/gunicode.h
+++ b/glib/gunicode.h
@@ -22,7 +22,7 @@
#ifndef __GUNICODE_H__
#define __GUNICODE_H__
-#include <stdlib.h> /* For size_t */
+#include <stddef.h> /* For size_t */
#ifdef __cplusplus
extern "C"