patch-lib_util_c 305 B

1234567891011
  1. --- squid-3.1.4.orig/lib/util.c 2010-05-30 15:21:11.000000000 +0200
  2. +++ squid-3.1.4/lib/util.c 2011-02-14 20:44:04.000000000 +0100
  3. @@ -56,7 +56,7 @@
  4. #if HAVE_GNUMALLLOC_H
  5. #include <gnumalloc.h>
  6. #elif HAVE_MALLOC_H
  7. -#include <malloc.h>
  8. +#include <stdlib.h>
  9. #endif
  10. #if HAVE_ERRNO_H
  11. #include <errno.h>