diff options
author | Johannes Winkelmann <jw@smts.ch> | 2012-09-16 18:35:01 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2012-09-16 18:35:01 +0000 |
commit | 6a397b004842752c7a89dcf0593e117fc8356e60 (patch) | |
tree | 723eddaf0fee9d6108db36683998d3d85228fe4f | |
parent | 72e5159c82a685bc1fa606a56d886b0bd5ec9d78 (diff) | |
download | httpup-6a397b004842752c7a89dcf0593e117fc8356e60.tar.gz httpup-6a397b004842752c7a89dcf0593e117fc8356e60.tar.xz |
add unistd.h include to fix compilation on gcc 4.7
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ #include <cstdlib> using namespace std; +#include <unistd.h> + #include "httpup.h" #include "fileutils.h" #include "httpupargparser.h" |