blob: c3c364e89b8c0c9931ccffff1df550763548f739 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
|