diff options
author | Johan Dahlin <johan@gnome.org> | 2008-09-06 18:39:06 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-09-06 18:39:06 +0000 |
commit | c5eb6a47cedf58210b4d3d73baced9a253e8ae51 (patch) | |
tree | 2bc7ceca47a2d074533bae08923b65ad46769665 /giscanner/grealpath.h | |
parent | dda64949a8f1cd09a803076cb7f9d9532b1722b2 (diff) | |
download | gobject-introspection-c5eb6a47cedf58210b4d3d73baced9a253e8ae51.tar.gz |
Include stdlib.h
2008-09-06 Johan Dahlin <johan@gnome.org>
* giscanner/grealpath.h: Include stdlib.h
svn path=/trunk/; revision=574
Diffstat (limited to 'giscanner/grealpath.h')
-rw-r--r-- | giscanner/grealpath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/grealpath.h b/giscanner/grealpath.h index 01d0a54c..82d482a1 100644 --- a/giscanner/grealpath.h +++ b/giscanner/grealpath.h @@ -1,6 +1,8 @@ #ifndef __G_REALPATH_H__ #define __G_REALPATH_H__ +#include <stdlib.h> + /** * g_realpath: * |