ports/math/grpn/patches/patch-complex_c

10 lines
280 B
Text

--- complex.c.orig Tue Mar 23 21:33:39 2010
+++ complex.c Tue Mar 23 21:34:09 2010
@@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#include <string.h>
#include "complex.h"
#include "real.h"