summarylogtreecommitdiffstats
path: root/fix_memmove.patch
blob: de40b233e932f8335247ef08464da57ec1c51cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/bmpread.c b/src/bmpread.c
index 3b237a1..7a32027 100644
--- a/src/bmpread.c
+++ b/src/bmpread.c
@@ -6,6 +6,7 @@
 #if !defined( _WIN32 )
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 typedef int LONG;
 typedef unsigned long ULONG;