浏览代码

Change minimp3 include method.

Yanrishatum 6 年之前
父节点
当前提交
f13d958111
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libs/fmt/fmt.c

+ 1 - 1
libs/fmt/fmt.c

@@ -13,7 +13,7 @@ extern bool sys_jpg_decode( vbyte *data, int dataLen, vbyte *out, int width, int
 
 #define MINIMP3_IMPLEMENTATION
 #define MINIMP3_FLOAT_OUTPUT
-#include "minimp3.h"
+#include <minimp3.h>
 
 /* ------------------------------------------------- IMG --------------------------------------------------- */