Code

strbuf.h: Include unistd.h.
authorSebastian Harl <sh@tokkee.org>
Mon, 14 Oct 2013 21:15:54 +0000 (23:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 14 Oct 2013 21:15:54 +0000 (23:15 +0200)
Required for ssize_t on GCC 4.4.

src/include/utils/strbuf.h

index 302cfdde4bb71839b94d86b47c57fe194b9647f2..31435497f6d9b0a77673b76b74fd46d9966f44f6 100644 (file)
@@ -37,6 +37,7 @@
 
 #include <stdarg.h>
 #include <stdio.h>
+#include <unistd.h>
 
 #ifdef __cplusplus
 extern "C" {