Need sys/types.h before sys/mman.h on OS X, and possibly other BSD based

systems.


SVN revision: 24188
This commit is contained in:
ningerso 2006-07-25 09:47:47 +00:00 committed by ningerso
parent a0d15dfa55
commit 39f349047f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <sys/types.h>
#include <sys/mman.h>
#include "Eet.h"