Include stdlib.h
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Jun 2005 19:32:33 +0000 (19:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 30 Jun 2005 19:32:33 +0000 (19:32 +0000)
2005-06-30  Matthias Clasen  <mclasen@redhat.com>

* gmodule-ar.c: Include stdlib.h

gmodule/ChangeLog
gmodule/gmodule-ar.c

index 85da185..17105bc 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gmodule-ar.c: Include stdlib.h
+
 2005-06-26  Tor Lillqvist  <tml@novell.com>
 
        * Makefile.am: libtool installs/uninstalls the import library, no
index 4de9c43..353a057 100644 (file)
@@ -25,6 +25,7 @@
 
 #define __AR_BIG__
 #include <ar.h>
+#include <stdlib.h>
 
 #include <dlfcn.h>