summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1997-12-23 03:56:44 +0000
committerElliot Lee <sopwith@src.gnome.org>1997-12-23 03:56:44 +0000
commit7bac5c59eb2c26dc5293125fd66442c7d8898d8f (patch)
tree23c92e6a74ca4ee386fa683cace3ef65bcd38df6 /glib
parent7c726a1e3e742467b15fe83b5e27dfc3762a3c94 (diff)
downloadgtk+-7bac5c59eb2c26dc5293125fd66442c7d8898d8f.tar.gz
Need errno.h for glibc systems (among others) - sopwith
Diffstat (limited to 'glib')
-rw-r--r--glib/gscanner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gscanner.c b/glib/gscanner.c
index 810bb575b2..254affec2b 100644
--- a/glib/gscanner.c
+++ b/glib/gscanner.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <errno.h>
#include "glib.h"