Merge pull request #795 from opensourcerouting/build-fix-openbsd-tree-path

minor build-fixes
This commit is contained in:
Quentin Young 2017-07-11 10:52:54 -04:00 committed by GitHub
commit 68a1a22cd1
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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)