diff options
author | Thomas Haller <thaller@redhat.com> | 2016-08-11 13:05:14 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-08-12 09:38:48 +0200 |
commit | 4c849d148f330c17117b60137740a1e66ac1a237 (patch) | |
tree | fe42f59591b1808420bb2262fdc9aac05f5f8802 /src/systemd/sd-adapt/def.h | |
parent | 2f296cb8fe22ba5b493a6c7a00437e5af8c1a978 (diff) | |
download | NetworkManager-4c849d148f330c17117b60137740a1e66ac1a237.tar.gz |
systemd: add dummy header files to adapt compilation of systemd sources
Instead of repeatedly disabling the inclusion like
#if 0 /* NM_IGNORED */
#include "missing.h"
#endif /* NM_IGNORED */
add dummy header files to "src/systemd/sd-adapt".
Diffstat (limited to 'src/systemd/sd-adapt/def.h')
-rw-r--r-- | src/systemd/sd-adapt/def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemd/sd-adapt/def.h b/src/systemd/sd-adapt/def.h new file mode 100644 index 0000000000..637892c2d6 --- /dev/null +++ b/src/systemd/sd-adapt/def.h @@ -0,0 +1,3 @@ +#pragma once + +/* dummy header */ |