diff options
Diffstat (limited to 'stdlib/headernt.c')
-rw-r--r-- | stdlib/headernt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/headernt.c b/stdlib/headernt.c index 9c723bcc9..c8d23ee25 100644 --- a/stdlib/headernt.c +++ b/stdlib/headernt.c @@ -17,8 +17,8 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> -#include "../byterun/mlvalues.h" -#include "../byterun/exec.h" +#include "mlvalues.h" +#include "exec.h" #ifndef __MINGW32__ #pragma comment(linker , "/entry:headerentry") |