You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch

16 lines
307 B

main.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/main.cpp b/main.cpp
index 3040b9d..2d807ed 100644
--- a/main.cpp
+++ b/main.cpp
@@ -12,6 +12,7 @@
#include <iostream>
#include <string>
#include <cstdlib>
+#include <unistd.h>
using namespace std;
#include "httpup.h"