Index: /trunk/psLib/src/math/Makefile.am
===================================================================
--- /trunk/psLib/src/math/Makefile.am	(revision 10546)
+++ /trunk/psLib/src/math/Makefile.am	(revision 10547)
@@ -24,4 +24,5 @@
 	psSpline.c \
 	psStats.c \
+	psHistogram.c \
 	psVectorSmooth.c
 
@@ -49,4 +50,5 @@
 	psSpline.h \
 	psStats.h \
+	psHistogram.h \
 	psVectorSmooth.h
 
Index: /trunk/psLib/src/pslib_strict.h
===================================================================
--- /trunk/psLib/src/pslib_strict.h	(revision 10546)
+++ /trunk/psLib/src/pslib_strict.h	(revision 10547)
@@ -9,6 +9,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-11-30 04:13:44 $
+*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-12-08 11:35:53 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -70,4 +70,5 @@
 #include "psSpline.h"
 #include "psStats.h"
+#include "psHistogram.h"
 #include "psUnaryOp.h"
 #include "psMathUtils.h"
Index: /trunk/psLib/src/sys/psMemory.c
===================================================================
--- /trunk/psLib/src/sys/psMemory.c	(revision 10546)
+++ /trunk/psLib/src/sys/psMemory.c	(revision 10547)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-11-29 17:58:21 $
+*  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-12-08 11:35:54 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -36,4 +36,5 @@
 #include "psLine.h"
 #include "psRegion.h"
+#include "psHistogram.h"
 
 #define P_PS_LARGE_BLOCK_SIZE 65536        // size where under, we try to recycle
