diff options
Diffstat (limited to 'unmaintained/httpup/10-getcwd.patch')
-rw-r--r-- | unmaintained/httpup/10-getcwd.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unmaintained/httpup/10-getcwd.patch b/unmaintained/httpup/10-getcwd.patch new file mode 100644 index 0000000000..c3acbeb38d --- /dev/null +++ b/unmaintained/httpup/10-getcwd.patch @@ -0,0 +1,10 @@ +--- httpup-0.4.0k.orig/main.cpp ++++ httpup-0.4.0k/main.cpp +@@ -12,6 +12,7 @@ + #include <iostream> + #include <string> + #include <cstdlib> ++#include <unistd.h> + using namespace std; + + #include "httpup.h" |