Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/ftp/multiget/files/patch-common.h
16151 views
1
--- common.h.orig 2016-08-15 13:26:19 UTC
2
+++ common.h
3
@@ -24,6 +24,8 @@
4
#ifndef _COMMON_H
5
#define _COMMON_H
6
7
+#include <cstring>
8
+#include <cstdlib>
9
#include <string>
10
#include <vector>
11
#include <list>
12
13