IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2006, 2:31:12 PM (20 years ago)
Author:
Paul Price
Message:

string.h is required for strlen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r9578 r9939  
    1414 *  @author David Robbins, MHPCC
    1515 *
    16  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-10-14 03:50:28 $
     16 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-11-10 00:31:12 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424
    2525#include <sys/types.h>
     26#include <string.h>
    2627#include <stdarg.h>
    2728#include "psType.h"
Note: See TracChangeset for help on using the changeset viewer.