summaryrefslogtreecommitdiff
path: root/gobject/genums.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-06-29 20:02:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-29 20:02:39 +0000
commit6bbcc10e8d7951aebfd8a4d5635906b101cd3c12 (patch)
tree515f4b7c5affe5d77832f933256e13928b3f5092 /gobject/genums.h
parentada742763776d057cdf089a20f30a8c73f0f5db1 (diff)
downloadglib-6bbcc10e8d7951aebfd8a4d5635906b101cd3c12.tar.gz
include string.h for memset include string.h for strcpy include string.h
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.
Diffstat (limited to 'gobject/genums.h')
-rw-r--r--gobject/genums.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gobject/genums.h b/gobject/genums.h
index 79dbb0353..13f519ccf 100644
--- a/gobject/genums.h
+++ b/gobject/genums.h
@@ -19,7 +19,9 @@
#ifndef __G_ENUMS_H__
#define __G_ENUMS_H__
-#include <gobject/gtype.h>
+#include <string.h>
+
+#include <gobject/gtype.h>
#ifdef __cplusplus