Skip to content

Commit 3a2e2be

Browse files
committed
Fix include path
1 parent b737172 commit 3a2e2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmogfx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern int cvrun_win(int, char **);
1414
#undef osEvent
1515
#undef cvrun
1616

17-
#include "../cosmopolitan/libc/isystem/windows.h"
17+
#include <libc/isystem/windows.h>
1818
#undef cvrun
1919
#define cvrun cvrun_win
2020
#define osEvent osEvent_win

0 commit comments

Comments
 (0)