patch-lib_xmalloc_c 325 B

123456789101112
  1. $OpenBSD: patch-lib_xmalloc_c,v 1.1.1.1 2005/01/25 23:32:22 fgsch Exp $
  2. --- lib/xmalloc.c.orig Sat Jan 22 21:43:38 2005
  3. +++ lib/xmalloc.c Sat Jan 22 21:44:46 2005
  4. @@ -27,6 +27,7 @@
  5. #if !defined (ALREADY_HAVE_XMALLOC)
  6. #include <stdio.h>
  7. +#include <stdlib.h>
  8. #include <sys/types.h>
  9. extern void *malloc (), *realloc ();