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

    r1724 r1728  
    3030#include <stdio.h>
    3131#include <sys/types.h>
    32 #if defined HAVE___SREFILL
     32#if defined HAVE___SREFILL && defined HAVE_UNISTD_H
    3333#   include <unistd.h> /* Needed for __srefill’s lseek() call */
    3434#endif
Note: See TracChangeset for help on using the changeset viewer.