diff options
Diffstat (limited to 'tools/objinfo_helper.c')
-rw-r--r-- | tools/objinfo_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/objinfo_helper.c b/tools/objinfo_helper.c index a8c79bd39..74cfc2ebd 100644 --- a/tools/objinfo_helper.c +++ b/tools/objinfo_helper.c @@ -10,8 +10,8 @@ /***********************************************************************/ #include "../config/s.h" -#include "../byterun/mlvalues.h" -#include "../byterun/alloc.h" +#include "../byterun/caml/mlvalues.h" +#include "../byterun/caml/alloc.h" #include <stdio.h> #ifdef HAS_LIBBFD |