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

    r1718 r1728  
    2828#endif
    2929#include <stdio.h>
    30 #include <unistd.h>
     30#if defined HAVE_UNISTD_H
     31#   include <unistd.h>
     32#endif
    3133#include <errno.h>
    3234#include <stdarg.h>
Note: See TracChangeset for help on using the changeset viewer.