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:
parent
1c00832624
commit
10efe2cdbe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user