summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/zebra.h2
-rw-r--r--tests/Makefile.am4
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 901a49073d..7f2609c125 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -126,7 +126,7 @@ typedef unsigned char u_int8_t;
#define __APPLE_USE_RFC_3542
#endif
-#include "lib/openbsd-tree.h"
+#include "openbsd-tree.h"
#include <netinet/in.h>
#include <netinet/in_systm.h>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 559d769702..8f612c45a5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -148,7 +148,9 @@ EXTRA_DIST = \
lib/test_stream.refout \
lib/test_table.py \
lib/test_timer_correctness.py \
- lib/test_ttable.py
+ lib/test_ttable.py \
+ lib/test_ttable.refout \
+ # end
.PHONY: tests.xml
tests.xml: $(check_PROGRAMS)