summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1999-06-14 19:03:46 +0000
committernik <nik@FreeBSD.org>1999-06-14 19:03:46 +0000
commit6ccab0250708a76d006cf7a969449bf4767e18f7 (patch)
tree1ba1572b02624170e6e8ff5af1dd34ba9648b2c4
parentc3694d985891efb8a156e933600d23132577a053 (diff)
downloadFreeBSD-src-6ccab0250708a76d006cf7a969449bf4767e18f7.zip
FreeBSD-src-6ccab0250708a76d006cf7a969449bf4767e18f7.tar.gz
Include <sys/time.h> for correctness. BDE has a better version of this,
but it's more complex, and in his words Commit your version, since it is the only one that is clearly permitted (if not best), and I'll untangle it later. PR: docs/11589 Reviewed by: Bruce "he kicks ass" Evans
-rw-r--r--sys/sys/aio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index 53847c7..251d354 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -13,12 +13,13 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: aio.h,v 1.8 1998/04/12 03:09:43 dyson Exp $
+ * $Id: aio.h,v 1.9 1999/01/17 22:33:08 dt Exp $
*/
#ifndef _SYS_AIO_H_
#define _SYS_AIO_H_
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/signal.h>
OpenPOWER on IntegriCloud