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/zzuf.c

    r1727 r1728  
    2929#include <stdio.h>
    3030#include <stdlib.h>
    31 #include <unistd.h>
     31#if defined HAVE_UNISTD_H
     32#   include <unistd.h>
     33#endif
    3234#if defined HAVE_REGEX_H
    3335#   include <regex.h>
Note: See TracChangeset for help on using the changeset viewer.