summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-sysdeps.h')
-rw-r--r--dbus/dbus-sysdeps.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h
index 9bc3e485..ed5b48e9 100644
--- a/dbus/dbus-sysdeps.h
+++ b/dbus/dbus-sysdeps.h
@@ -37,6 +37,8 @@
/* and it would just be annoying to abstract this */
#include <errno.h>
+#include <stdarg.h>
+
DBUS_BEGIN_DECLS
/* The idea of this file is to encapsulate everywhere that we're
@@ -272,8 +274,8 @@ void _dbus_fd_set_close_on_exec (int fd);
void _dbus_exit (int code) _DBUS_GNUC_NORETURN;
-int _dbus_printf_length (const char *format,
- va_list args);
+int _dbus_printf_string_upper_bound (const char *format,
+ va_list args);
/**