diff vmalloc.c @ 197:f6d81915512c

update include headers
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 10 Feb 2012 18:35:00 +0100
parents c1784868dcea
children
line diff
     1.1 --- a/vmalloc.c	Thu Feb 09 17:54:54 2012 +0100
     1.2 +++ b/vmalloc.c	Fri Feb 10 18:35:00 2012 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  #include <stdio.h>
     1.5  
     1.6  #include "VMS.h"
     1.7 -#include "Histogram/Histogram.h"
     1.8 +#include "../../C_Libraries/Histogram/Histogram.h"
     1.9  
    1.10  /*Helper function
    1.11   *Insert a newly generated free chunk into the first spot on the free list.