summaryrefslogtreecommitdiffstats
path: root/testing/httpup/10-getcwd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/httpup/10-getcwd.patch')
-rw-r--r--testing/httpup/10-getcwd.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/httpup/10-getcwd.patch b/testing/httpup/10-getcwd.patch
new file mode 100644
index 000000000..c3acbeb38
--- /dev/null
+++ b/testing/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"