summaryrefslogtreecommitdiff
path: root/src/libaio.h
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2004-02-24 20:17:19 +0000
committerJeff Moyer <jmoyer@redhat.com>2004-02-24 20:17:19 +0000
commit72dbddab6bee0379fe272a9cb3e386666f7cbad5 (patch)
tree380947aed44bf0dddb2edcc269717909c21919fd /src/libaio.h
parent95d2cfdfeaa8ab6ebb44a455f2c12702429dd294 (diff)
downloadlibaio-72dbddab6bee0379fe272a9cb3e386666f7cbad5.tar.gz
update syscall calling mechanism to be more generic. add -fpic to i386 build. fix s390 build errors for rh9libaio.0-3-97.1
Diffstat (limited to 'src/libaio.h')
-rw-r--r--src/libaio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libaio.h b/src/libaio.h
index a41c296..fd2e626 100644
--- a/src/libaio.h
+++ b/src/libaio.h
@@ -22,7 +22,7 @@
*/
#ifndef __LIBAIO_H
#define __LIBAIO_H
-#include <asm/types.h>
+#include <sys/types.h>
#include <string.h>
struct timespec;