mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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:
committed by
Zbigniew Jędrzejewski-Szmek
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,
|
||||
|
||||
Reference in New Issue
Block a user