Module Name:    src
Committed By:   christos
Date:           Sat Jan  7 19:48:19 UTC 2012

Modified Files:
        src/sys/sys: aio.h

Log Message:
According to TOG, <aio.h> is a standalone header.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/aio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/aio.h
diff -u src/sys/sys/aio.h:1.11 src/sys/sys/aio.h:1.12
--- src/sys/sys/aio.h:1.11	Sun Nov 20 23:36:05 2011
+++ src/sys/sys/aio.h	Sat Jan  7 14:48:19 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: aio.h,v 1.11 2011/11/21 04:36:05 christos Exp $	*/
+/*	$NetBSD: aio.h,v 1.12 2012/01/07 19:48:19 christos Exp $	*/
 
 /*
  * Copyright (c) 2007, Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -29,6 +29,9 @@
 #ifndef _SYS_AIO_H_
 #define _SYS_AIO_H_
 
+#include <sys/types.h>
+#include <sys/signal.h>
+
 /* Returned by aio_cancel() */
 #define AIO_CANCELED		0x1
 #define AIO_NOTCANCELED		0x2

Reply via email to