mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-24 14:02:07 +02:00
11 lines
203 B
Diff
11 lines
203 B
Diff
--- 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"
|