Subversion Repositories HelenOS

Rev

Rev 1866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1866 Rev 1867
Line 563... Line 563...
563
#include <strings.h>     /* for ffs */
563
#include <strings.h>     /* for ffs */
564
#endif /* LACKS_STRINGS_H */
564
#endif /* LACKS_STRINGS_H */
565
#endif /* USE_BUILTIN_FFS */
565
#endif /* USE_BUILTIN_FFS */
566
#if HAVE_MMAP
566
#if HAVE_MMAP
567
#ifndef LACKS_SYS_MMAN_H
567
#ifndef LACKS_SYS_MMAN_H
568
#include <sys/mmap.h>    /* for mmap */
568
#include <sys/mman.h>    /* for mmap */
569
#endif /* LACKS_SYS_MMAN_H */
569
#endif /* LACKS_SYS_MMAN_H */
570
#ifndef LACKS_FCNTL_H
570
#ifndef LACKS_FCNTL_H
571
#include <fcntl.h>
571
#include <fcntl.h>
572
#endif /* LACKS_FCNTL_H */
572
#endif /* LACKS_FCNTL_H */
573
#endif /* HAVE_MMAP */
573
#endif /* HAVE_MMAP */