Selaa lähdekoodia

compilation fix

Nicolas Cannasse 8 vuotta sitten
vanhempi
commit
1a6040a17c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      libs/fmt/fmt.c

+ 1 - 1
libs/fmt/fmt.c

@@ -1,6 +1,6 @@
 #define HL_NAME(n) fmt_##n
-#include <hl.h>
 #include <png.h>
+#include <hl.h>
 
 #ifdef HL_PS
 extern bool ps_jpg_decode( vbyte *data, int dataLen, vbyte *out, int width, int height, int stride, int format, int flags );