changeset 26:7664da1180fd MC_shared

add include for VMS_int__strDup
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Mon, 17 Sep 2012 11:24:29 +0200
parents ff7dedcd2e3f a9e071e01e07
children 75df4e468930
files Histogram.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Histogram.c	Mon Sep 17 11:07:07 2012 +0200
     1.2 +++ b/Histogram.c	Mon Sep 17 11:24:29 2012 +0200
     1.3 @@ -7,7 +7,8 @@
     1.4   */
     1.5  #include <stdio.h>
     1.6  #include <string.h>
     1.7 -#include <stdlib.h>
     1.8 +#include <malloc.h>
     1.9 +
    1.10  #include "Histogram.h"
    1.11  #include "../VMS_Implementations/VMS_impl/VMS.h"
    1.12