Index: /trunk/psLib/src/collections/psDlist.h
===================================================================
--- /trunk/psLib/src/collections/psDlist.h	(revision 885)
+++ /trunk/psLib/src/collections/psDlist.h	(revision 886)
@@ -9,6 +9,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-04 23:44:36 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-05 19:12:51 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -63,4 +63,5 @@
 ;
 
+#include "psMemory.h"
 /** Destructor */
 void psDlistFree(
Index: /trunk/psLib/src/sysUtils/Makefile
===================================================================
--- /trunk/psLib/src/sysUtils/Makefile	(revision 885)
+++ /trunk/psLib/src/sysUtils/Makefile	(revision 886)
@@ -3,6 +3,6 @@
 ##  Makefile:   sysUtils
 ##
-##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-04 19:00:15 $
+##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-05 19:12:51 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 # Set CFLAGS used by the implicit rule to compile .c
 
-CFLAGS := $(CFLAGS_RELOC)
+CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include
 
 # Define the source objects
Index: /trunk/psLib/src/sysUtils/psHash.h
===================================================================
--- /trunk/psLib/src/sysUtils/psHash.h	(revision 885)
+++ /trunk/psLib/src/sysUtils/psHash.h	(revision 886)
@@ -6,5 +6,5 @@
  *  \ingroup DataGroup
  */
-#include "psDList.h"
+#include "psDlist.h"
 
 
