patch-src_extrude_c 341 B

123456789101112131415
  1. $OpenBSD: patch-src_extrude_c,v 1.1 2014/11/30 05:41:34 brad Exp $
  2. Don't use malloc.h header on OpenBSD.
  3. --- src/extrude.c.orig Wed Nov 19 22:58:41 2014
  4. +++ src/extrude.c Wed Nov 19 22:58:47 2014
  5. @@ -16,7 +16,6 @@
  6. */
  7. -#include <malloc.h>
  8. #include <math.h>
  9. #include <stdlib.h>
  10. #include <string.h> /* for the memcpy() subroutine */