diff Gui/bitmap/bitmap.c @ 2080:f91ad6d23ce9

gcc3 warning fixed
author arpi
date Thu, 04 Oct 2001 18:30:30 +0000
parents d237c5d4b216
children 5fa8c079ee3c
line wrap: on
line diff
--- a/Gui/bitmap/bitmap.c	Thu Oct 04 18:03:58 2001 +0000
+++ b/Gui/bitmap/bitmap.c	Thu Oct 04 18:30:30 2001 +0000
@@ -1,6 +1,7 @@
 
+#include <stdio.h>
 #include <stdlib.h>
-#include <stdio.h>
+#include <string.h>
 
 #include "bitmap.h"
 #include "../error.h"