You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/drawtiming/files/drawtiming-0.7.1-gcc43.patch

11 lines
279 B

--- src/timing.cc.old 2011-06-01 18:27:42.000000000 +0000
+++ src/timing.cc 2011-06-01 18:28:09.000000000 +0000
@@ -23,6 +23,7 @@
#include "timing.h"
#include <map>
#include <fstream>
+#include <cstring>
using namespace std;
using namespace timing;
using namespace Magick;