]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus-marshal-validate.h: Make self-contained
authorSimon McVittie <smcv@collabora.com>
Mon, 3 Sep 2018 21:59:02 +0000 (14:59 -0700)
committerSimon McVittie <smcv@collabora.com>
Mon, 17 Dec 2018 14:12:59 +0000 (14:12 +0000)
This header mentions DBusString, so it had better include dbus-string.h.

Signed-off-by: Simon McVittie <smcv@collabora.com>
dbus/dbus-marshal-validate.h

index df8e56729fc7a8e3618462dfe8c47a22f20f5594..bc7c8174c0e688b3c4cb9a770e85c6c5979d1a70 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef DBUS_MARSHAL_VALIDATE_H
 #define DBUS_MARSHAL_VALIDATE_H
 
+#include <dbus/dbus-string.h>
+
 /**
  * @addtogroup DBusMarshal
  *