From 653e0063cb266d51505942ab3642db3401aa7806 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Jun 2011 19:58:37 +0000 Subject: *** empty log message *** --- eio.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'eio.c') diff --git a/eio.c b/eio.c index d19df11..4ab2dd3 100644 --- a/eio.c +++ b/eio.c @@ -60,6 +60,12 @@ #include #include +/* intptr_t comes from unistd.h, says POSIX/UNIX/tradition */ +/* intptr_t only comes form stdint.h, says idiot openbsd coder */ +#if HAVE_STDINT_H +# include +#endif + #ifndef EIO_FINISH # define EIO_FINISH(req) ((req)->finish) && !EIO_CANCELLED (req) ? (req)->finish (req) : 0 #endif -- cgit v1.2.3