Forward define struct iovec instead of including

sys/uio.h and polluting the namespace even more.
This commit is contained in:
Maxime Henrion
2002-08-13 16:20:12 +00:00
parent eddb9a0d78
commit bf20c7a3f2
+1 -1
View File
@@ -46,12 +46,12 @@
#include <sys/mac.h>
#include <sys/ucred.h>
#include <sys/queue.h>
#include <sys/uio.h>
#ifdef _KERNEL
#include <sys/_lock.h>
#include <sys/_mutex.h>
#endif
struct iovec;
struct netcred;
struct netexport;