summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ab
blob: 44404e2d0cd1dd56d3616bc8751d3c5980d3107f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 2001/10/06 20:00:42 wiz Exp $

--- gblhdr.h.orig	Fri Sep 28 21:44:12 2001
+++ gblhdr.h
@@ -98,10 +98,10 @@
 	#include <glob.h>
 	#include <sys/stat.h>
 	#include <sys/ioctl.h>
-	#include <arpa/inet.h>
-	#include <netinet/in.h>
 	#include <sys/types.h>
 	#include <sys/socket.h>
+	#include <netinet/in.h>
+	#include <arpa/inet.h>
 	#include <netdb.h>
 	#include <utime.h>
 	#include <zlib.h>