IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 481


Ignore:
Timestamp:
Apr 20, 2004, 1:51:06 PM (22 years ago)
Author:
gusciora
Message:

made changes to get this thing compiling.

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r477 r481  
    2424#include "psMemory.h"
    2525#include "psTrace.h"
     26#include "psString.h"
    2627
    2728#define CACHE_NAME_LEN 50
  • trunk/psLib/src/sysUtils/Makefile

    r447 r481  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.3 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-04-19 19:42:43 $
     5##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-04-20 23:51:06 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333SRC_OBJS = psMemory.o    \
    3434           psError.o     \
     35           psTrace.o     \
     36           psLogMsg.o     \
    3537           psAbort.o     \
    3638           psString.o
  • trunk/psLib/src/sysUtils/psTrace.c

    r477 r481  
    2424#include "psMemory.h"
    2525#include "psTrace.h"
     26#include "psString.h"
    2627
    2728#define CACHE_NAME_LEN 50
Note: See TracChangeset for help on using the changeset viewer.