opnsense-ports/ftp/multiget/files/patch-common.h
Franco Fichtner 6dd88ea710 */*: sync with upstream
Taken from: FreeBSD
2016-08-19 03:48:16 +02:00

11 lines
208 B
C++

--- common.h.orig 2016-08-15 13:26:19 UTC
+++ common.h
@@ -24,6 +24,8 @@
#ifndef _COMMON_H
#define _COMMON_H
+#include <cstring>
+#include <cstdlib>
#include <string>
#include <vector>
#include <list>