Include stdlib.h

2005-06-30  Matthias Clasen  <mclasen@redhat.com>

	* gmodule-ar.c: Include stdlib.h
This commit is contained in:
Matthias Clasen 2005-06-30 19:32:33 +00:00 committed by Matthias Clasen
parent b49f56ad86
commit c888581c43
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -25,6 +25,7 @@
#define __AR_BIG__
#include <ar.h>
#include <stdlib.h>
#include <dlfcn.h>