summaryrefslogtreecommitdiff
path: root/grel.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-06-18 20:37:11 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-06-18 20:37:11 +0000
commit05b2f03c6ab0523829c300881bcc164c30c4e8fa (patch)
treead9f679cb12baf09fe2be8f26c4b899adfd33f10 /grel.c
parent860af205b6ab132c77056089a194b95932d5306e (diff)
downloadglib-05b2f03c6ab0523829c300881bcc164c30c4e8fa.tar.gz
Use GINT_TO_POINTER casts to remove compiler warnings.
1998-06-18 Federico Mena Quintero <federico@nuclecu.unam.mx> * testglib.c (main): Use GINT_TO_POINTER casts to remove compiler warnings. * grel.c: #include <string.h>
Diffstat (limited to 'grel.c')
-rw-r--r--grel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/grel.c b/grel.c
index 91d2b68e2..e4c1f6e83 100644
--- a/grel.c
+++ b/grel.c
@@ -17,6 +17,7 @@
*/
#include "glib.h"
#include <stdarg.h>
+#include <string.h>
typedef struct _GRealRelation GRealRelation;
typedef struct _GRealTuples GRealTuples;