aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-09-27 15:13:54 +0100
committerKeir Fraser <keir@xensource.com>2007-09-27 15:13:54 +0100
commitaa6e10191d82a8d3f665891bd34726049b1836a1 (patch)
treed94c0f58117eab65ac89afd2903c6f818866f648 /tools
parent884ec5f334cdd0fe27b6e0dc7da27aa18519fc02 (diff)
downloadxen-aa6e10191d82a8d3f665891bd34726049b1836a1.tar.gz
xen-aa6e10191d82a8d3f665891bd34726049b1836a1.tar.bz2
xen-aa6e10191d82a8d3f665891bd34726049b1836a1.zip
libaio: Fix for *BSD
- Remove unused linux specific header - Include <sys/time.h> needed for struct timespec Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/libaio/src/compat-0_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libaio/src/compat-0_1.c b/tools/libaio/src/compat-0_1.c
index 136396f996..53d520b9f9 100644
--- a/tools/libaio/src/compat-0_1.c
+++ b/tools/libaio/src/compat-0_1.c
@@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
-#include <asm/errno.h>
+#include <sys/time.h>
#include "libaio.h"
#include "vsys_def.h"