Browse Source

compilation fix

Nicolas Cannasse 8 years ago
parent
commit
1a6040a17c
1 changed files with 1 additions and 1 deletions
  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 );