patch-src_ex_angle_c 309 B

123456789101112131415
  1. $OpenBSD: patch-src_ex_angle_c,v 1.1 2014/11/30 05:41:34 brad Exp $
  2. Don't use malloc.h header on OpenBSD.
  3. --- src/ex_angle.c.orig Wed Nov 19 22:56:35 2014
  4. +++ src/ex_angle.c Wed Nov 19 22:56:40 2014
  5. @@ -18,7 +18,6 @@
  6. */
  7. -#include <malloc.h>
  8. #include <math.h>
  9. #include <stdio.h>
  10. #include <stdlib.h>