summaryrefslogtreecommitdiff
path: root/editors/gummi/patches/patch-src_update.c
blob: f2fd6d522e59d259bf1194998609928e282b22b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_update.c,v 1.2 2012/08/09 23:25:05 marino Exp $

--- src/update.c.orig	2012-06-24 16:52:03.000000000 +0000
+++ src/update.c
@@ -44,6 +44,10 @@
 #include "environment.h"
 #include "utils.h"
 
+#if defined(__NetBSD__) || defined(__DragonFly__)
+#include <netinet/in.h>
+#endif
+
 #ifdef WIN32
 /* TODO: use Winsock for WIN32 */
 #else