1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-24 06:04:05 +03:00

Fix build warning.

This commit is contained in:
Gaurav 2020-12-15 14:15:43 +05:30 committed by Zbigniew Jędrzejewski-Szmek
parent 6ef03f7a0d
commit d66b0ed4cc

View File

@ -5,6 +5,7 @@
#include "bus-message.h"
#include "hexdecoct.h"
#include "string-util.h"
#include "escape.h"
bool object_path_is_valid(const char *p) {
const char *q;