summaryrefslogtreecommitdiff
path: root/net-p2p/ed2k_hash/files/ed2k_hash-0.4.0-missing-includes.patch
blob: 4b9fcc109a382a538553ab45fd133790b4e548dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/ed2k_hash/cl_ui.c
+++ b/ed2k_hash/cl_ui.c
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include <string.h>
 
 #include "global.h"
 
--- a/ed2k_hash/options.c
+++ b/ed2k_hash/options.c
@@ -16,6 +16,7 @@
  ***************************************************************************/
 
 #include <stdlib.h>
+#include <string.h>
 
 #include "global.h"