blob: 4bc0da43ec5008cc0f30ca2b3c679eec6c7390da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ag,v 1.1 2006/06/05 16:26:07 joerg Exp $
--- upnp/src/urlconfig/urlconfig.c.orig 2006-06-05 16:17:49.000000000 +0000
+++ upnp/src/urlconfig/urlconfig.c
@@ -31,6 +31,7 @@
#include "config.h"
#include <assert.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
|