summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/privsep.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-10-07 22:32:53 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-10-07 22:32:53 +0000
commit043612a3d447b68083ceb04bfc44986cbc04f51b (patch)
treefa68ad9a3b55a699bd91fee5af37f471baa66112 /usr.sbin/hostapd/privsep.c
parent6647ea05aff742016253d1428e71ed6118918651 (diff)
move IAPP definitions to separate header file
Diffstat (limited to 'usr.sbin/hostapd/privsep.c')
-rw-r--r--usr.sbin/hostapd/privsep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/privsep.c b/usr.sbin/hostapd/privsep.c
index 5530cce53f5..7294841c83a 100644
--- a/usr.sbin/hostapd/privsep.c
+++ b/usr.sbin/hostapd/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.13 2005/08/17 13:18:33 reyk Exp $ */
+/* $OpenBSD: privsep.c,v 1.14 2005/10/07 22:32:52 reyk Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -50,6 +50,7 @@
#include <unistd.h>
#include "hostapd.h"
+#include "iapp.h"
enum hostapd_cmd_types {
PRIV_APME_BSSID, /* Get the Host AP's BSSID */