IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20515


Ignore:
Timestamp:
Nov 3, 2008, 2:55:14 PM (18 years ago)
Author:
Paul Price
Message:

Adding string.h (for strlen).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r20514 r20515  
    1313 * use ->min and ->max (PS_STAT_USE_RANGE)
    1414 *
    15  *  @version $Revision: 1.229 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2008-11-04 00:54:12 $
     15 *  @version $Revision: 1.230 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2008-11-04 00:55:14 $
    1717 *
    1818 *  Copyright 2006 IfA, University of Hawaii
     
    3434#include <math.h>
    3535#include <limits.h>
     36#include <string.h>
    3637#include <strings.h>
    3738
Note: See TracChangeset for help on using the changeset viewer.