Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
changeset 9:060d63cb5d34
Build process fixes
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 22 Jun 2011 16:47:34 +0200 |
| parents | c83c27796fad |
| children | 7a39408f9ea3 |
| files | DblHist.c FloatHist.c Histogram.c Histogram.h |
| diffstat | 4 files changed, 6 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/DblHist.c Sat Nov 20 08:41:39 2010 +0100 1.2 +++ b/DblHist.c Wed Jun 22 16:47:34 2011 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 1.5 #include <stdio.h> 1.6 #include "Histogram.h" 1.7 +#include "../vmalloc.h" 1.8 1.9 1.10 /*This Histogram Abstract Data Type has a number of bins, the starting
2.1 --- a/FloatHist.c Sat Nov 20 08:41:39 2010 +0100 2.2 +++ b/FloatHist.c Wed Jun 22 16:47:34 2011 +0200 2.3 @@ -7,6 +7,7 @@ 2.4 */ 2.5 #include <stdio.h> 2.6 #include "Histogram.h" 2.7 +#include "../vmalloc.h" 2.8 2.9 /*This Histogram Abstract Data Type has a number of bins, the starting 2.10 * value, and the width of each bin, as a float, all chosen at creation.
3.1 --- a/Histogram.c Sat Nov 20 08:41:39 2010 +0100 3.2 +++ b/Histogram.c Wed Jun 22 16:47:34 2011 +0200 3.3 @@ -8,6 +8,7 @@ 3.4 #include <stdio.h> 3.5 #include "Histogram.h" 3.6 #include "../vutilities.h" 3.7 +#include "../vmalloc.h" 3.8 3.9 3.10 /*This Histogram Abstract Data Type has a number of bins plus a range of
