freebsd-ports/devel/covtool/files/patch-covstream.c
2014-08-05 14:34:10 +00:00

10 lines
238 B
C

--- covstream.c.orig 2014-08-05 11:23:02.593282007 -0300
+++ covstream.c 2014-08-05 11:23:04.274285503 -0300
@@ -35,6 +35,7 @@
#include <iostream>
#include <unistd.h>
#include <algorithm>
+#include <string.h>
using namespace std;