summaryrefslogtreecommitdiffstats
path: root/stdlib/headernt.c
diff options
context:
space:
mode:
authorNicolas Pouillard <np@nicolaspouillard.fr>2007-02-07 10:31:36 +0000
committerNicolas Pouillard <np@nicolaspouillard.fr>2007-02-07 10:31:36 +0000
commitd7c93751667ee30f4272ec6c54d56baaee94c60e (patch)
treed44b45465407d343457d2725918a6be106d3f940 /stdlib/headernt.c
parentfa5e0979f21aee6697617402d892210d67ac9009 (diff)
Some changes to the build system
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7829 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/headernt.c')
-rw-r--r--stdlib/headernt.c4
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")