freebsd-ports/ftp/multiget/files/patch-common.h
Dmitry Marakasov 337ff753c6 - Add LICENSE
- Drop unneeded WX_UNICODE
- Simplify installation
- Regenerate patches with `make makepatch`
2016-08-17 11:46:12 +00: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>