浏览代码

compilation fix

Nicolas Cannasse 8 年之前
父节点
当前提交
1a6040a17c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 );