소스 검색

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