IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12838


Ignore:
Timestamp:
Apr 17, 2007, 9:39:04 AM (19 years ago)
Author:
magnier
Message:

adding strings.h (perhaps more than needed)

Location:
trunk/psModules/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r12696 r12838  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2007-03-30 21:12:56 $
     10*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-04-17 19:39:04 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222/******************************************************************************/
    2323#include <stdio.h>
     24#include <strings.h>
    2425#include <string.h>
    2526#include <math.h>
  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r12696 r12838  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-03-30 21:12:56 $
     9 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-04-17 19:39:04 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    1717#endif
    1818
     19#include <strings.h>
    1920#include <string.h>
    2021#include <pslib.h>
  • trunk/psModules/src/camera/pmFPA.c

    r12696 r12838  
    33#endif
    44
     5#include <strings.h>
    56#include <string.h>
    67#include <math.h>
  • trunk/psModules/src/camera/pmFPAConstruct.c

    r12769 r12838  
    55#include <stdio.h>
    66#include <assert.h>
     7#include <strings.h>
    78#include <string.h>
    89#include <pslib.h>
  • trunk/psModules/src/camera/pmFPACopy.c

    r12810 r12838  
    55#include <stdio.h>
    66#include <assert.h>
     7#include <strings.h>
    78#include <string.h>
    89#include <pslib.h>
Note: See TracChangeset for help on using the changeset viewer.