1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

test-udev: include missing.h

We need MS_REC and MS_SHARED defined for a proper compilation, so get them from
'missing.h' if not defined already.
This commit is contained in:
Aleksander Morgado 2013-02-13 08:50:15 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 1c00832624
commit 10efe2cdbe

View File

@ -32,6 +32,7 @@
#include <sys/mount.h>
#include <sys/signalfd.h>
#include "missing.h"
#include "udev.h"
void udev_main_log(struct udev *udev, int priority,