mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
Merge pull request #795 from opensourcerouting/build-fix-openbsd-tree-path
minor build-fixes
This commit is contained in:
commit
68a1a22cd1
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user