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

    r1718 r1728  
    3030#include <stdio.h>
    3131#include <sys/types.h>
    32 #include <unistd.h>
     32#if defined HAVE_UNISTD_H
     33#   include <unistd.h>
     34#endif
    3335#include <stdlib.h>
    3436#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.