IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2004, 1:20:35 PM (22 years ago)
Author:
evanalst
Message:

Add include file stdarg.h for va_list type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.h

    r1685 r1783  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-03 20:39:50 $
     14 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-09-10 23:20:35 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<stdio.h>
    2424#include<stdbool.h>
     25#include<stdarg.h>
    2526
    2627#include "psErrorCodes.h"
Note: See TracChangeset for help on using the changeset viewer.