summaryrefslogtreecommitdiffstats
path: root/tdecore/kdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kdebug.cpp')
-rw-r--r--tdecore/kdebug.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tdecore/kdebug.cpp b/tdecore/kdebug.cpp
index 18af9c030..64f59555f 100644
--- a/tdecore/kdebug.cpp
+++ b/tdecore/kdebug.cpp
@@ -50,9 +50,10 @@
#include <stdlib.h> // abort
#include <unistd.h> // getpid
#include <stdarg.h> // vararg stuff
-#include <ctype.h> // isprint
+#include <ctype.h> // isprint
#include <syslog.h>
#include <errno.h>
+#include <cstdio>
#include <cstring>
#include <tdeconfig.h>
#include "kstaticdeleter.h"