IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17049


Ignore:
Timestamp:
Mar 18, 2008, 2:51:09 PM (18 years ago)
Author:
Paul Price
Message:

Need strings.h for strcasecmp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r16819 r17049  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-03-05 01:08:08 $
     8 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-03-19 00:51:09 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020#include <math.h>
    2121#include <string.h>
     22#include <strings.h>
    2223#include <pslib.h>
    2324#include "pmHDU.h"
Note: See TracChangeset for help on using the changeset viewer.