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/test/zzcat.c

    r1725 r1728  
    2020#include <sys/stat.h>
    2121#include <fcntl.h>
    22 #include <unistd.h>
     22#if defined HAVE_UNISTD_H
     23#   include <unistd.h>
     24#endif
    2325#include <stdlib.h>
    2426#include <stdint.h>
Note: See TracChangeset for help on using the changeset viewer.