diff DblHist.c @ 4:83a412f2ef98

Added stdio.h and copy-paste error on FreeDblHist to FreeFloatHist
author Me
date Tue, 02 Nov 2010 16:47:21 -0700
parents 3d35477a5121
children 060d63cb5d34
line diff
     1.1 --- a/DblHist.c	Sun Oct 31 20:22:29 2010 -0700
     1.2 +++ b/DblHist.c	Tue Nov 02 16:47:21 2010 -0700
     1.3 @@ -6,6 +6,7 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#include <stdio.h>
     1.8  #include "Histogram.h"
     1.9  
    1.10