Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
diff Histogram.c @ 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 |
line diff
1.1 --- a/Histogram.c Sat Nov 20 08:41:39 2010 +0100 1.2 +++ b/Histogram.c Wed Jun 22 16:47:34 2011 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 #include <stdio.h> 1.5 #include "Histogram.h" 1.6 #include "../vutilities.h" 1.7 +#include "../vmalloc.h" 1.8 1.9 1.10 /*This Histogram Abstract Data Type has a number of bins plus a range of
