diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-06-13 23:11:04 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-06-13 23:11:04 +0000 |
commit | 811d235bb9bed6adf91d92fb8a293249c49e11fb (patch) | |
tree | 75d6c26a17263cb773bbab819f97caf57694f466 /tests/png.c | |
parent | 93a7393b71ccd772b7ee40d83313b80e1dc64165 (diff) | |
download | dimension-811d235bb9bed6adf91d92fb8a293249c49e11fb.tar.xz |
Fix some tests' includes.
Diffstat (limited to 'tests/png.c')
-rw-r--r-- | tests/png.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/png.c b/tests/png.c index 5e7be2f..f8c81b8 100644 --- a/tests/png.c +++ b/tests/png.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "dimension.h" +#include "../libdimension/dimension.h" #include <stdlib.h> #include <stdio.h> #include <stdint.h> |