[dsc] dsc collector on Debian Lenny make error
Duane Wessels
wessels at measurement-factory.com
Fri Feb 27 21:29:28 UTC 2009
You can make the errors go away by adding these two includes in
ParseConfig.cc:
Index: ParseConfig.cc
===================================================================
--- ParseConfig.cc (revision 11160)
+++ ParseConfig.cc (working copy)
@@ -1,3 +1,5 @@
+#include <stdlib.h>
+#include <string.h> // for strerror()
#include <iostream>
#include <fstream>
More information about the dsc
mailing list