$OpenBSD: patch-libgupnp-igd_gupnp-simple-igd_c,v 1.2 2011/11/08 10:38:48 jasper Exp $

commit 521d1b4004537ddc2f24e021ab54740e693411dd
Author: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date:   Mon Jul 4 21:45:31 2011 +0200

    Fix build on OpenBSD.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653970

--- libgupnp-igd/gupnp-simple-igd.c.orig	Mon Nov  7 18:48:26 2011
+++ libgupnp-igd/gupnp-simple-igd.c	Tue Nov  8 11:36:12 2011
@@ -39,8 +39,12 @@
 #include "gupnp-simple-igd.h"
 #include "gupnp-simple-igd-marshal.h"
 
-#include <string.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
+
+#include <string.h>
 
 #include <libgupnp/gupnp.h>
 
