summaryrefslogtreecommitdiffstats
path: root/common/rdr/Exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdr/Exception.cxx')
-rw-r--r--common/rdr/Exception.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/rdr/Exception.cxx b/common/rdr/Exception.cxx
index fd40582f..d70cd9fc 100644
--- a/common/rdr/Exception.cxx
+++ b/common/rdr/Exception.cxx
@@ -22,6 +22,9 @@
#include <config.h>
#endif
+#include <stdio.h>
+#include <stdarg.h>
+
#include <rdr/Exception.h>
#include <rdr/TLSException.h>
#ifdef _WIN32
@@ -30,8 +33,6 @@
#include <windows.h>
#endif
-#include <os/print.h>
-
#include <string.h>
#ifdef HAVE_GNUTLS