summaryrefslogtreecommitdiff
path: root/utils/talloc.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-01-29 22:27:15 +0000
committerJames Bursa <james@netsurf-browser.org>2007-01-29 22:27:15 +0000
commita0b6661eb6980095f24d6317a31404596d70ba8c (patch)
treeb91c612d48815c03d05ec0466c543d85d72628c3 /utils/talloc.h
parentb76283f3d52985abd24081bcbb9196ec440e10af (diff)
downloadnetsurf-a0b6661eb6980095f24d6317a31404596d70ba8c.tar.gz
netsurf-a0b6661eb6980095f24d6317a31404596d70ba8c.tar.bz2
Make GTK build compile on FreeBSD.
svn path=/trunk/netsurf/; revision=3154
Diffstat (limited to 'utils/talloc.h')
-rw-r--r--utils/talloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/talloc.h b/utils/talloc.h
index 8b448f63c..b0321384e 100644
--- a/utils/talloc.h
+++ b/utils/talloc.h
@@ -21,6 +21,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <unistd.h>
+
/* this is only needed for compatibility with the old talloc */
typedef void TALLOC_CTX;