summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/apme.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/apme.c
parent6647ea05aff742016253d1428e71ed6118918651 (diff)
move IAPP definitions to separate header file
Diffstat (limited to 'usr.sbin/hostapd/apme.c')
-rw-r--r--usr.sbin/hostapd/apme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/apme.c b/usr.sbin/hostapd/apme.c
index 77ff8d33eae..153a99ccf51 100644
--- a/usr.sbin/hostapd/apme.c
+++ b/usr.sbin/hostapd/apme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apme.c,v 1.4 2005/06/17 19:13:35 reyk Exp $ */
+/* $OpenBSD: apme.c,v 1.5 2005/10/07 22:32:52 reyk Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -43,6 +43,7 @@
#include <unistd.h>
#include "hostapd.h"
+#include "iapp.h"
void hostapd_apme_frame(struct hostapd_config *, u_int8_t *, u_int);