View | Details | Raw Unified | Return to bug 196818 | Differences between
and this patch

Collapse All | Expand All

(-)src/libnet_pblock.c (+2 lines)
Lines 38-44 Link Here
38
#else
38
#else
39
#include "../include/win32/libnet.h"
39
#include "../include/win32/libnet.h"
40
#endif
40
#endif
41
41
#include <assert.h>
42
#include <assert.h>
43
#include <netinet/in.h>
42
44
43
libnet_pblock_t *
45
libnet_pblock_t *
44
libnet_pblock_probe(libnet_t *l, libnet_ptag_t ptag, uint32_t b_len, uint8_t type)
46
libnet_pblock_probe(libnet_t *l, libnet_ptag_t ptag, uint32_t b_len, uint8_t type)

Return to bug 196818