diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-06-24 21:29:09 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-06-24 21:29:09 +0000 |
commit | a91667e54e042889de5480dd56b950923837335d (patch) | |
tree | c777f770889f95e4619c1bb987eb7e9dd2189d70 /tests/error.c | |
parent | 603712c38a127e297eddd23975fb950499a0c10c (diff) | |
download | dimension-a91667e54e042889de5480dd56b950923837335d.tar.xz |
New convienence libraries for tests.
Diffstat (limited to 'tests/error.c')
-rw-r--r-- | tests/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error.c b/tests/error.c index f1ef6ee..7bd8ef6 100644 --- a/tests/error.c +++ b/tests/error.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../libdimension/dimension.h" +#include "tests.h" #include <stdlib.h> int |