Skip to content

Commit

Permalink
tests: add missing include in test_pfx (#209)
Browse files Browse the repository at this point in the history
The compiler complained about an implicit function declaration because
of a missing include.
  • Loading branch information
mroethke authored and waehlisch committed Dec 12, 2018
1 parent 9ff206a commit cb3c974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pfx.c
Expand Up @@ -18,6 +18,7 @@
#include "rtrlib/lib/ip_private.h"
#include "rtrlib/lib/utils_private.h"
#include "rtrlib/pfx/pfx.h"
#include "rtrlib/pfx/pfx_private.h"
#include "rtrlib/pfx/trie/trie_private.h"
#include "rtrlib/rtr/rtr.h"

Expand Down

0 comments on commit cb3c974

Please sign in to comment.