Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
diff DblHist.c @ 35:eb23eeae4198
updated include paths
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 20 Sep 2013 00:01:08 -0700 |
| parents | 8166ea441cb5 |
| children |
line diff
1.1 --- a/DblHist.c Tue Jul 23 07:32:47 2013 -0700 1.2 +++ b/DblHist.c Fri Sep 20 00:01:08 2013 -0700 1.3 @@ -7,7 +7,8 @@ 1.4 */ 1.5 1.6 #include <stdio.h> 1.7 -#include "Histogram.h" 1.8 +#include <PR__include/prmalloc.h> 1.9 +#include <PR__include/prhistogram.h> 1.10 1.11 1.12 /*This Histogram Abstract Data Type has a number of bins, the starting
