Ignore:
Timestamp:
Feb 1, 2007, 5:08:33 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Check for <unistd.h>, too. MSVC doesn't have it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/lib-mem.c

    r1716 r1728  
    4141#   include <malloc.h>
    4242#endif
    43 #include <unistd.h>
     43#if defined HAVE_UNISTD_H
     44#   include <unistd.h>
     45#endif
    4446#if defined HAVE_SYS_MMAN_H
    4547#   include <sys/mman.h>
Note: See TracChangeset for help on using the changeset viewer.