summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/cctk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index e643be92..f1d3d4bd 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -121,7 +121,7 @@
#ifdef CCODE
/* get the definition of ptrdiff_t */
-#include <stdlib.h>
+#include <stddef.h>
#include "cGH.h"