storage size of `io' isn't known (SOLUTION)
Jeremy McNamara
jj
Mon Mar 21 11:13:15 PST 2005
A simple missing include seems to have solved this issue for me.
Attached is a diff -u.
Jeremy McNamara
--- ctrl_iface.c 2005-03-21 14:14:18.000000000 -0500
+++ ctrl_iface.c.new 2005-03-21 14:14:08.000000000 -0500
@@ -20,6 +20,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <sys/uio.h>
#include <sys/stat.h>
#include <errno.h>
#include <netinet/in.h>
More information about the Hostap
mailing list