$NetBSD: patch-ab,v 1.4 1999/11/12 16:07:02 agc Exp $ --- hexedit.h 1999/11/12 15:56:55 1.1 +++ hexedit.h 1999/11/12 15:57:32 @@ -12,7 +12,11 @@ #if HAVE_UNISTD_H #include #endif +#ifdef __NetBSD__ +#include +#else #include +#endif #include #include #if HAVE_SYS_WAIT_H