Fixed NetBSD clib include

This commit is contained in:
Michiel Broek 2004-11-28 16:44:56 +00:00
parent cfdad80d1d
commit e7fef0ff27

View File

@ -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