Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
diff Histogram.h @ 34:8166ea441cb5
changed headers and PR_int__malloc to PR__malloc
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 23 Jul 2013 07:32:47 -0700 |
| parents | bd0983657058 |
| children |
line diff
1.1 --- a/Histogram.h Mon Jul 22 06:21:53 2013 -0700 1.2 +++ b/Histogram.h Tue Jul 23 07:32:47 2013 -0700 1.3 @@ -6,11 +6,13 @@ 1.4 * 1.5 */ 1.6 1.7 -#include "PR__application_includes/PR__application.h" 1.8 1.9 #ifndef _HISTOGRAM_H 1.10 #define _HISTOGRAM_H 1.11 1.12 +#include "PR__common_includes/PR__primitive_data_types.h" 1.13 + 1.14 + 1.15 typedef struct 1.16 { 1.17 char *name;
