summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/bitmap.c')
-rw-r--r--Gui/bitmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/bitmap.c b/Gui/bitmap.c
index 8343058ce2..f47858095b 100644
--- a/Gui/bitmap.c
+++ b/Gui/bitmap.c
@@ -1,6 +1,7 @@
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "bitmap.h"
#include "../error.h"