Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com>
* gobject.c:include string.h for memset
* genums.h: include string.h for strcpy
* gvalue.c: include string.h for memset, memcpy.
+Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gobject.c:include string.h for memset
+ * genums.h: include string.h for strcpy
+ * gvalue.c: include string.h for memset, memcpy.
+
Sat Jun 24 23:03:04 2000 Tim Janik <timj@gtk.org>
* gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
#ifndef __G_ENUMS_H__
#define __G_ENUMS_H__
-#include <gobject/gtype.h>
+#include <string.h>
+
+#include <gobject/gtype.h>
#ifdef __cplusplus
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include "gobject.h"
+#include <string.h>
-#include "gvaluecollector.h"
+#include "gobject.h"
+#include "gvaluecollector.h"
#define DEBUG_OBJECTS
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include "gvalue.h"
+
+#include <string.h>
+
+#include "gvalue.h"
/* --- typedefs & structures --- */