Blob Blame History Raw
--- ctapi/ctapi.cpp.orig	2009-04-29 02:55:19.000000000 +0200
+++ ctapi/ctapi.cpp	2009-04-29 02:55:36.000000000 +0200
@@ -49,7 +49,7 @@
 #include <sys/stat.h>
 #include <pwd.h>
 #include <sys/types.h>
-
+#include <cstdio>
 
 #if 1
 # define DEBUGP(ctn, format, args...) \
--- tools/cyberjack/lib/cm_distri.cpp.orig	2009-04-29 03:05:39.000000000 +0200
+++ tools/cyberjack/lib/cm_distri.cpp	2009-04-29 03:05:47.000000000 +0200
@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
-
+#include <cstdio>
 
 
 bool CM_Distri::check(std::string &xmlString,
--- tools/cyberjack/lib/cm_reader.cpp.orig	2009-04-29 03:06:18.000000000 +0200
+++ tools/cyberjack/lib/cm_reader.cpp	2009-04-29 03:06:28.000000000 +0200
@@ -21,7 +21,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <fcntl.h>
-
+#include <cstdio>
 
 
 #define CYBERJACK_VENDOR_ID 0xc4b
--- tools/cyberjack/lib/checksuite.cpp.orig	2009-04-29 03:07:01.000000000 +0200
+++ tools/cyberjack/lib/checksuite.cpp	2009-04-29 03:07:08.000000000 +0200
@@ -24,7 +24,7 @@
 #include "cm_reader.h"
 #include "cm_services.h"
 #include "cm_uname.h"
-
+#include <cstdio>
 
 
 
--- tools/cyberjack/lib/cm_driver.cpp.orig	2009-04-29 03:11:53.000000000 +0200
+++ tools/cyberjack/lib/cm_driver.cpp	2009-04-29 03:12:24.000000000 +0200
@@ -18,7 +18,7 @@
 #include <string.h>
 #include <assert.h>
 #include <dlfcn.h>
-
+#include <cstdio>
 
 
 typedef void (*CT_VERSION_FN)(uint8_t *vmajor,