IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10101


Ignore:
Timestamp:
Nov 20, 2006, 7:50:08 AM (20 years ago)
Author:
rhl
Message:

Posix requires sys/stat.h to use fstat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataConfig.c

    r9974 r10101  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.123 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-11-14 19:37:38 $
     12*  @version $Revision: 1.124 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-11-20 17:50:08 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222#include <strings.h>
    2323#include <sys/mman.h>
     24#include <sys/stat.h>
    2425#include <fcntl.h>
    2526#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.