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 85da185028034498228b433534b07869547037bf..17105bcd9cba5077f25f7292c749f7cd134f278e 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 4de9c4336900f0ae9576197e7bafad83d0dd0418..353a05779795a27735f8c5d7214a1a64ab63d157 100644 (file)
@@ -25,6 +25,7 @@
 
 #define __AR_BIG__
 #include <ar.h>
+#include <stdlib.h>
 
 #include <dlfcn.h>