aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-26 22:21:34 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-26 22:21:34 +1000
commit2e35e1ea60c6dcc7784081149d0e5d11f4d70a6d (patch)
tree1cae4f552df83d1dd3da91efe402ca2fa83bc5cb /util.h
parentb9c88f4c836768303de62aeae3519758d2e578e7 (diff)
util.h should include unistd.h
darcs-hash:20060126122134-ac50b-8701e01f5fac64df23b3d3437aea00d0223a05c7.gz
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index a7bfd934..b00711d4 100644
--- a/util.h
+++ b/util.h
@@ -7,6 +7,7 @@
#include <wchar.h>
#include <stdarg.h>
+#include <unistd.h>
/**
Data structure for an automatically resizing dynamically allocated queue,