blob: cddc8e85c5b4c75080593b7b8aed1583512afcd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2001/06/04 16:14:06 wiz Exp $
--- src/dopeos.h.orig Wed Apr 25 02:27:54 2001
+++ src/dopeos.h
@@ -131,6 +131,7 @@
#include <stdio.h>
#ifdef NETWORKING
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
|