dbus-marshal-validate.h: Make self-contained

This header mentions DBusString, so it had better include dbus-string.h.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-09-03 14:59:02 -07:00
parent e64c60cf46
commit bb58ce1707

View file

@ -24,6 +24,8 @@
#ifndef DBUS_MARSHAL_VALIDATE_H
#define DBUS_MARSHAL_VALIDATE_H
#include <dbus/dbus-string.h>
/**
* @addtogroup DBusMarshal
*