aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-08-17 22:54:47 +0800
committerChristian Persch <chpe@src.gnome.org>2003-08-17 22:54:47 +0800
commit3c6096787301d3fc15918fef41f7465b5efa65e1 (patch)
tree7016921b8c96ed5f65466c24364626555db9142b /lib
parent02b65d355aacca7f86b363134dd2ae200adc8cb3 (diff)
downloadgsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.tar
gsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.tar.gz
gsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.tar.bz2
gsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.tar.lz
gsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.tar.xz
gsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.tar.zst
gsoc2013-epiphany-3c6096787301d3fc15918fef41f7465b5efa65e1.zip
Add missing include for unlink().
2003-08-17 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: Add missing include for unlink().
Diffstat (limited to 'lib')
-rwxr-xr-xlib/egg/egg-toolbars-model.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbars-model.c b/lib/egg/egg-toolbars-model.c
index 246c40f5e..60423b8b7 100755
--- a/lib/egg/egg-toolbars-model.c
+++ b/lib/egg/egg-toolbars-model.c
@@ -19,6 +19,7 @@
#include "egg-toolbars-model.h"
#include "eggmarshalers.h"
+#include <unistd.h>
#include <string.h>
#include <libxml/tree.h>
#include <gdk/gdkproperty.h>