summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-04 20:36:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-03-04 20:36:40 +0000
commit9298094d593fc7070adff6eb868c29afb32dc210 (patch)
treec3a7aecd909c9beaafc1e187ccc3a0244af6159e /usr.sbin
parent941a6e8494022e22ed98f50972034fda7cf7a9fb (diff)
correct include order
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpctl/irr_prefix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/irr_prefix.c b/usr.sbin/bgpctl/irr_prefix.c
index e3669666e14..795dca00b7b 100644
--- a/usr.sbin/bgpctl/irr_prefix.c
+++ b/usr.sbin/bgpctl/irr_prefix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: irr_prefix.c,v 1.3 2007/03/04 20:31:22 henning Exp $ */
+/* $OpenBSD: irr_prefix.c,v 1.4 2007/03/04 20:36:39 deraadt Exp $ */
/*
* Copyright (c) 2007 Henning Brauer <henning@openbsd.org>
@@ -24,8 +24,8 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <arpa/inet.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include "irrfilter.h"