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-fd.c

    r1718 r1728  
    4646#   include <sys/uio.h>
    4747#endif
    48 #include <unistd.h>
     48#if defined HAVE_UNISTD_H
     49#   include <unistd.h>
     50#endif
    4951#include <fcntl.h>
    5052#include <stdarg.h>
Note: See TracChangeset for help on using the changeset viewer.