diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-11-16 18:58:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-17 11:12:33 +0100 |
commit | 14f8ccc755e396bbcc7500f2f6157c4ba28305ef (patch) | |
tree | e935bde59669ea29bda66972d9b18425aeace02e /src | |
parent | fs-util: add access_fd() which is like access() but for fds (diff) | |
download | systemd-14f8ccc755e396bbcc7500f2f6157c4ba28305ef.tar.xz systemd-14f8ccc755e396bbcc7500f2f6157c4ba28305ef.zip |
nspawn: add missing #pragma once to header file
Diffstat (limited to 'src')
-rw-r--r-- | src/nspawn/nspawn-patch-uid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nspawn/nspawn-patch-uid.h b/src/nspawn/nspawn-patch-uid.h index 55d0990016..ff6a7b7647 100644 --- a/src/nspawn/nspawn-patch-uid.h +++ b/src/nspawn/nspawn-patch-uid.h @@ -1,3 +1,5 @@ +#pragma once + /*** This file is part of systemd. |