Changeset 28038

Show
Ignore:
Timestamp:
01/06/09 23:46:47 (4 years ago)
Author:
winebarrel
Message:

fix stat64 probrem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/libarchive/trunk/ext/libarchive_internal.h

    r27991 r28038  
    11#ifndef _LIBARCHIVE_INTERNAL_H_ 
    22#define _LIBARCHIVE_INTERNAL_H_ 
     3 
     4#ifdef HAVE_CONFIG_H 
     5#include "config.h" 
     6#endif 
    37 
    48#include <fcntl.h> 
     
    1216#ifndef _WIN32 
    1317#include <unistd.h> 
    14 #endif 
    15  
    16 #ifdef HAVE_CONFIG_H 
    17 #include "config.h" 
    1818#endif 
    1919