summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/callback/callbackprim.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/callback/callbackprim.c')
-rw-r--r--testsuite/tests/callback/callbackprim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/callback/callbackprim.c b/testsuite/tests/callback/callbackprim.c
index f3c598110..71a123d18 100644
--- a/testsuite/tests/callback/callbackprim.c
+++ b/testsuite/tests/callback/callbackprim.c
@@ -10,9 +10,9 @@
/* */
/***********************************************************************/
-#include "mlvalues.h"
-#include "memory.h"
-#include "callback.h"
+#include "caml/mlvalues.h"
+#include "caml/memory.h"
+#include "caml/callback.h"
value mycallback1(value fun, value arg)
{