diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-30 19:32:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-30 19:32:33 +0000 |
commit | c888581c43b6dd16c38cb3df35a9c88c1cb83db0 (patch) | |
tree | b56efafacbdb334d857ea8019ba5409f7682e753 /gmodule | |
parent | b49f56ad863ef6a81efa3c5948304c5ba4ebb957 (diff) |
Include stdlib.h
2005-06-30 Matthias Clasen <mclasen@redhat.com>
* gmodule-ar.c: Include stdlib.h
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/ChangeLog | 4 | ||||
-rw-r--r-- | gmodule/gmodule-ar.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 85da18502..17105bcd9 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -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 diff --git a/gmodule/gmodule-ar.c b/gmodule/gmodule-ar.c index 4de9c4336..353a05779 100644 --- a/gmodule/gmodule-ar.c +++ b/gmodule/gmodule-ar.c @@ -25,6 +25,7 @@ #define __AR_BIG__ #include <ar.h> +#include <stdlib.h> #include <dlfcn.h> |