summaryrefslogtreecommitdiff
path: root/src/systemd/sd-messages.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-16 17:00:13 +0200
committerLennart Poettering <lennart@poettering.net>2013-10-16 17:01:26 +0200
commitaacf3b483b70b9a9ff16217f6376d143cbfe4636 (patch)
tree5f070d5044cb6945360efe3b1effbc96598ad447 /src/systemd/sd-messages.h
parent6fc60278a9de47f40a31acf4d0acb08d2500382d (diff)
api: unify some common bits used by public systemd APIs
Diffstat (limited to 'src/systemd/sd-messages.h')
-rw-r--r--src/systemd/sd-messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-messages.h b/src/systemd/sd-messages.h
index c811a064e..775aa23c0 100644
--- a/src/systemd/sd-messages.h
+++ b/src/systemd/sd-messages.h
@@ -22,7 +22,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <systemd/sd-id128.h>
+#include "sd-id128.h"
#ifdef __cplusplus
extern "C" {