summaryrefslogtreecommitdiffstats
path: root/Gui/wm/wsconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/wsconv.c')
-rw-r--r--Gui/wm/wsconv.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gui/wm/wsconv.c b/Gui/wm/wsconv.c
index 935672cf09..1f76be411e 100644
--- a/Gui/wm/wsconv.c
+++ b/Gui/wm/wsconv.c
@@ -1,6 +1,7 @@
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "../../config.h"
#ifdef xHAVE_MMX
@@ -201,4 +202,5 @@ void initConverter( void )
rgb32_g_mask.q = 0x0000FF000000FF00LL; // Mask for the greens of 2 RGB32 pixels
rgb32_b_mask.q = 0x00FF000000FF0000LL; // Mask for the blues of 2 RGB32 pixels
#endif
-} \ No newline at end of file
+}
+