IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2005, 12:53:53 PM (21 years ago)
Author:
desonia
Message:

added stdlib.h to the list of includes for atoll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psDB.c

    r3550 r3552  
    99 *  4.1.2 or newer is required.
    1010 *
     11 *  @author Aaron Culliney
    1112 *  @author Joshua Hoblitt
    1213 *
    13  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-29 22:50:43 $
     14 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-03-29 22:53:53 $
    1516 *
    1617 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2223#include <stdarg.h>
    2324#include <string.h>
     25#include <stdlib.h>
    2426#include <math.h>
    2527#include <mysql.h>
Note: See TracChangeset for help on using the changeset viewer.