diff options
Diffstat (limited to 'tests/raytrace.c')
-rw-r--r-- | tests/raytrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/raytrace.c b/tests/raytrace.c index abd4093..bb26f58 100644 --- a/tests/raytrace.c +++ b/tests/raytrace.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../libdimension/dimension.h" +#include "tests.h" #include <stdlib.h> #include <stdio.h> |