openbsd-ports/net/gtk-gnutella/patches/patch-src_gnutella_h
sturm 6cc497d982 update to gtk-gnutella 0.92
lots of new features, see http://gtk-gnutella.sourceforge.net/ for details
2003-06-19 13:49:21 +00:00

14 lines
384 B
Plaintext

$OpenBSD: patch-src_gnutella_h,v 1.1 2003/06/19 13:49:22 sturm Exp $
--- src/gnutella.h.orig Sat Apr 12 00:58:39 2003
+++ src/gnutella.h Wed Jun 18 22:11:01 2003
@@ -26,7 +26,8 @@
#ifndef _gnutella_h_
#define _gnutella_h_
-#include <arpa/inet.h> /* For ntohl(), htonl() */
+#include <sys/types.h>
+#include <machine/endian.h>
#include "gnet.h"
#include "gnet_property_priv.h"