blob: c3acbeb38d9a1f7e4fe58f03c3505c19a617e9c9 (
plain)
1
2
3
4
5
6
7
8
9
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"
|