diff options
author | z3bra <willy@mailoo.org> | 2014-10-22 17:35:03 +0200 |
---|---|---|
committer | z3bra <willy@mailoo.org> | 2014-10-22 17:35:03 +0200 |
commit | 7bdf6c04532bf8da169439a6122c25dce8b6ca14 (patch) | |
tree | 52fd6175b351f4f0f606c365555c47bc72010804 /testing/httpup/10-getcwd.patch | |
parent | ed9dccdc2f3917ea45d352806a0701ef05ba5a3b (diff) | |
download | aports-7bdf6c04532bf8da169439a6122c25dce8b6ca14.tar.bz2 aports-7bdf6c04532bf8da169439a6122c25dce8b6ca14.tar.xz |
testing/httpup: new aport
Diffstat (limited to 'testing/httpup/10-getcwd.patch')
-rw-r--r-- | testing/httpup/10-getcwd.patch | 10 |
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 0000000000..c3acbeb38d --- /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" |