aio.h
aio.h
- Subject: aio.h
- From: email@hidden
- Date: Sat, 24 Feb 2007 02:56:36 -0500
While building lighttpd 1.5.0, I kept getting complaints about /usr/
include/sys/aio.h
After some investigation, I made sure
/usr/include/sys/types.h
was included before
/usr/include/sys/aio.h
and the problems went away.
Considering aio.h uses the types
defined in types.h, shouldn't the latter
be included in the former?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: aio.h
- From: "Justin C. Walker" <email@hidden>
- Re: aio.h
- From: Conrad G T Yoder <email@hidden>