util.h should include unistd.h

darcs-hash:20060126122134-ac50b-8701e01f5fac64df23b3d3437aea00d0223a05c7.gz
This commit is contained in:
axel 2006-01-26 22:21:34 +10:00
parent b9c88f4c83
commit 2e35e1ea60

1
util.h
View file

@ -7,6 +7,7 @@
#include <wchar.h>
#include <stdarg.h>
#include <unistd.h>
/**
Data structure for an automatically resizing dynamically allocated queue,