summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tftp-proxy/filter.c')
-rw-r--r--usr.sbin/tftp-proxy/filter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tftp-proxy/filter.c b/usr.sbin/tftp-proxy/filter.c
index f4dff05c900..2e63f41e4ed 100644
--- a/usr.sbin/tftp-proxy/filter.c
+++ b/usr.sbin/tftp-proxy/filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: filter.c,v 1.1.1.1 2012/07/11 11:43:27 dlg Exp $ */
+/* $OpenBSD: filter.c,v 1.2 2015/01/21 21:50:33 deraadt Exp $ */
/*
* Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
@@ -22,11 +22,11 @@
#include <sys/types.h>
#include <sys/socket.h>
-#include <net/if.h>
-#include <net/pfvar.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
+#include <net/if.h>
+#include <net/pfvar.h>
#include <err.h>
#include <errno.h>