15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
$NetBSD: patch-ab,v 1.3 2003/03/15 05:44:42 hubertf Exp $
|
|
|
|
--- src/handler.c.orig Tue Mar 4 21:08:57 2003
|
|
+++ src/handler.c
|
|
@@ -7,6 +7,9 @@
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <sys/socket.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|