blob: 0503387b183b57e4385f871de98023b9af7c4f48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- bwb_cmd.c.orig 2018-01-01 11:17:18 UTC
+++ bwb_cmd.c
@@ -40,6 +40,7 @@
+#include <string.h>
#include "bwbasic.h"
static void bwb_copy_file (char *Source, char *Target);
|