diff Gui/wm/wsconv.c @ 2082:016f6d583733

missing newlines fixed
author arpi
date Thu, 04 Oct 2001 20:33:29 +0000
parents d237c5d4b216
children 4dddb055d2cd
line wrap: on
line diff
--- a/Gui/wm/wsconv.c	Thu Oct 04 19:11:24 2001 +0000
+++ b/Gui/wm/wsconv.c	Thu Oct 04 20:33:29 2001 +0000
@@ -1,6 +1,7 @@
 
+#include <stdio.h>
 #include <stdlib.h>
-#include <stdio.h>
+#include <string.h>
 
 #include "../../config.h"
 #ifdef xHAVE_MMX
@@ -201,4 +202,5 @@
  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
+}
+