diff vmalloc.c @ 205:cb888346c3e0

Changed include paths, but version still does not work because of accidental merge
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 17 Feb 2012 18:28:59 +0100
parents 6db9e4898978
children
line diff
     1.1 --- a/vmalloc.c	Sun Feb 12 01:49:33 2012 -0800
     1.2 +++ b/vmalloc.c	Fri Feb 17 18:28:59 2012 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  #include <stdio.h>
     1.5  
     1.6  #include "VMS.h"
     1.7 -#include "../../C_Libraries/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.