opnsense-ports/ftp/multiget/files/patch-common.h
Franco Fichtner 7b8b678b82 */*: sync with upstream
Taken from: FreeBSD
2015-10-06 06:23:48 +02:00

11 lines
208 B
C++

--- common.h.orig 2015-10-04 16:03:02 UTC
+++ common.h
@@ -24,6 +24,8 @@
#ifndef _COMMON_H
#define _COMMON_H
+#include <cstring>
+#include <cstdlib>
#include <string>
#include <vector>
#include <list>