summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libdimension/cxx.cpp1
-rw-r--r--tests/libdimension/tests.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/libdimension/cxx.cpp b/tests/libdimension/cxx.cpp
index 50df178..f38831a 100644
--- a/tests/libdimension/cxx.cpp
+++ b/tests/libdimension/cxx.cpp
@@ -18,6 +18,7 @@
*************************************************************************/
#include "tests.h"
+#include <cstdlib>
/*
* Ensure that dimension.h can be included in a C++ program and behave properly.
diff --git a/tests/libdimension/tests.c b/tests/libdimension/tests.c
index 154d00b..0684861 100644
--- a/tests/libdimension/tests.c
+++ b/tests/libdimension/tests.c
@@ -18,6 +18,7 @@
*************************************************************************/
#include "tests.h"
+#include <stdlib.h>
dmnsn_scene *
dmnsn_new_default_scene()