diff options
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/sd-rtnl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-rtnl.h b/src/systemd/sd-rtnl.h index a2400d8485..ae0dcd803e 100644 --- a/src/systemd/sd-rtnl.h +++ b/src/systemd/sd-rtnl.h @@ -19,6 +19,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#pragma once + #include <linux/rtnetlink.h> #include <linux/netlink.h> #include <stdint.h> |