mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 06:30:30 +01:00
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:
parent
e64c60cf46
commit
bb58ce1707
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
#ifndef DBUS_MARSHAL_VALIDATE_H
|
||||
#define DBUS_MARSHAL_VALIDATE_H
|
||||
|
||||
#include <dbus/dbus-string.h>
|
||||
|
||||
/**
|
||||
* @addtogroup DBusMarshal
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue