Fixed NetBSD clib include
This commit is contained in:
parent
cfdad80d1d
commit
e7fef0ff27
@ -100,11 +100,14 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
#include <netinet/ip_icmp.h>
|
#include <netinet/ip_icmp.h>
|
||||||
|
#if defined(__NetBSD__)
|
||||||
|
#include <libgen.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* * Some older systems don;t have this
|
* Some older systems don;t have this
|
||||||
* */
|
*/
|
||||||
#ifndef ICMP_FILTER
|
#ifndef ICMP_FILTER
|
||||||
#define ICMP_FILTER 1
|
#define ICMP_FILTER 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user