diff options
Diffstat (limited to 'src/fastcgi.cpp')
-rw-r--r-- | src/fastcgi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastcgi.cpp b/src/fastcgi.cpp index 3cc3a10..1662fe6 100644 --- a/src/fastcgi.cpp +++ b/src/fastcgi.cpp | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | #include <arpa/inet.h> | 10 | #include <arpa/inet.h> |
11 | #include <errno.h> | 11 | #include <errno.h> |
12 | #include <unistd.h> | ||
12 | 13 | ||
13 | #include "bu/membuf.h" | 14 | #include "bu/membuf.h" |
14 | 15 | ||