Skip to content

Commit 7c03eef

Browse files
Fix luv.h include
1 parent 186005e commit 7c03eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/psxemulator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include "lua/zlibffi.h"
4646
#include "luafilesystem/src/lfs.h"
4747
extern "C" {
48-
#include "luv/src/luv.h"
48+
#include <luv.h>
4949
}
5050
#include "spu/interface.h"
5151
#include "supportpsx/adpcmlua.h"

0 commit comments

Comments
 (0)