diff FloatHist.c @ 9:060d63cb5d34

Build process fixes
author Merten Sach <msach@mailbox.tu-berlin.de>
date Wed, 22 Jun 2011 16:47:34 +0200
parents 83a412f2ef98
children 1fbaedaac2c7
line diff
     1.1 --- a/FloatHist.c	Sat Nov 20 08:41:39 2010 +0100
     1.2 +++ b/FloatHist.c	Wed Jun 22 16:47:34 2011 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4   */
     1.5  #include <stdio.h>
     1.6  #include "Histogram.h"
     1.7 +#include "../vmalloc.h"
     1.8  
     1.9  /*This Histogram Abstract Data Type has a number of bins, the starting
    1.10   * value, and the width of each bin, as a float, all chosen at creation.