summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-02-09 12:01:41 +0000
committerderaadt <deraadt@openbsd.org>2015-02-09 12:01:41 +0000
commitb10849d37ed1390bfd70be3d6c1fe86ad38956af (patch)
tree106faaf9e051cce352db3fea7d1c80e25f6dfd4d
parentMore SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode (diff)
downloadwireguard-openbsd-b10849d37ed1390bfd70be3d6c1fe86ad38956af.tar.xz
wireguard-openbsd-b10849d37ed1390bfd70be3d6c1fe86ad38956af.zip
sort includes correctly
-rw-r--r--regress/sys/net/pf_print_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/sys/net/pf_print_test.c b/regress/sys/net/pf_print_test.c
index 6d229f2aaa4..212d72f7530 100644
--- a/regress/sys/net/pf_print_test.c
+++ b/regress/sys/net/pf_print_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_print_test.c,v 1.4 2013/08/09 21:07:22 bluhm Exp $ */
+/* $OpenBSD: pf_print_test.c,v 1.5 2015/02/09 12:01:41 deraadt Exp $ */
/*
* Copyright (c) 2008, 2013 Alexander Bluhm <bluhm@openbsd.org>
@@ -21,11 +21,12 @@
#include <sys/wait.h>
#include <net/if.h>
-#include <net/pfvar.h>
#include <net/route.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <net/pfvar.h>
+
#include <err.h>
#include <stdio.h>
#include <stdlib.h>