summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be8fe81)
raw | patch | inline | side by side (parent: be8fe81)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 14 Oct 2013 21:15:54 +0000 (23:15 +0200) | ||
committer | Sebastian 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 | patch | blob | history |
index 302cfdde4bb71839b94d86b47c57fe194b9647f2..31435497f6d9b0a77673b76b74fd46d9966f44f6 100644 (file)
#include <stdarg.h>
#include <stdio.h>
+#include <unistd.h>
#ifdef __cplusplus
extern "C" {