summaryrefslogtreecommitdiff
path: root/byterun/meta.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-05-09 09:34:59 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-05-09 09:34:59 +0000
commitfb6daf6a59463c395bf75d7e10586847a1353a68 (patch)
tree979e1bfe6d739ef5a83bfc95d64c2f0dd524cdae /byterun/meta.c
parentd6eaee79e621e188a8b588e34b60d770b2be1012 (diff)
downloadocaml-fb6daf6a59463c395bf75d7e10586847a1353a68.tar.gz
Nettoyage code pour architectures big endian.
Qques trucs exportes en plus pour la lib Unix. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/meta.c')
-rw-r--r--byterun/meta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/meta.c b/byterun/meta.c
index 2da8c15c91..ce2bb15293 100644
--- a/byterun/meta.c
+++ b/byterun/meta.c
@@ -1,6 +1,7 @@
/* Primitives for the toplevel */
#include "alloc.h"
+#include "fix_code.h"
#include "interp.h"
#include "major_gc.h"
#include "memory.h"