X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=trp%2Ftest%2Fptbl_test.c;fp=trp%2Ftest%2Fptbl_test.c;h=05c3997faa0d63e98b793f2eb06c918644894bb0;hp=e4824ea324cdc4717d65de37894146ad2c0dfe83;hb=6f65c9cce86719147d0b4dcc9823b25443c2d185;hpb=eaa1a8ceed54fbfadc2638cf383aaa12ab446a57 diff --git a/trp/test/ptbl_test.c b/trp/test/ptbl_test.c index e4824ea..05c3997 100644 --- a/trp/test/ptbl_test.c +++ b/trp/test/ptbl_test.c @@ -36,18 +36,19 @@ #include #include -#include +#include +#include #include +#include #include - /* Can't do the updates test because trps_select_updates_for_peer() is now static */ #define VERIFY_UPDATES 0 struct peer_entry { char *server; char *gss_name; - unsigned int port; + int port; unsigned int linkcost; };