summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b506bed2..a75eb2d4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul 9 21:20:45 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gunicode.h: Include stddef.h instead of stdlib.h
+
2000-07-08 Tor Lillqvist <tml@iki.fi>
* glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.