Skip to content

Commit 88bf03d

Browse files
committed
isakmp: note why we include ipproto.h.
We don't use any IPPROTO_ values, but we *do* use netdb_protoname(), which is declared in ipproto.h (because it's defined in ipproto.c).
1 parent 695a138 commit 88bf03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-isakmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
#include "ip.h"
5757
#include "ip6.h"
58-
#include "ipproto.h"
58+
#include "ipproto.h" /* for netdb_protoname() */
5959

6060
typedef nd_byte cookie_t[8];
6161
typedef nd_byte msgid_t[4];

0 commit comments

Comments
 (0)