about summary refs log tree commit diff stats
path: root/tests/test_parser.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 22:54:16 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 22:54:16 +0000
commit86bad48f4114092a5fbe8c01d620e4e8389c0e84 (patch)
treec9882854e1748d82b7535481432d9226f4bceafd /tests/test_parser.c
parentb762f2c670be71e45f1f4d3a9ccfb499201658c4 (diff)
downloadprofani-tty-86bad48f4114092a5fbe8c01d620e4e8389c0e84.tar.gz
Fixed tests
Diffstat (limited to 'tests/test_parser.c')
-rw-r--r--tests/test_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.c b/tests/test_parser.c
index d72fd5c0..fd1b1e1c 100644
--- a/tests/test_parser.c
+++ b/tests/test_parser.c
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <head-unit.h>
-#include "command.h"
+#include "command/parser.h"
 
 void
 parse_null_returns_null(void)