diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-11-09 01:23:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 01:23:17 +0100 |
commit | bf1886226724b3db0779d643195d428575cff0be (patch) | |
tree | f6a912f0950a2bd000625fe2b9c717a0370d3788 /src/oom/oomctl.c | |
parent | networkd-ipv4acd.c: Use net/if.h for getting IFF_LOOPBACK definition (diff) | |
parent | Rename def.h to constants.h (diff) | |
download | systemd-bf1886226724b3db0779d643195d428575cff0be.tar.xz systemd-bf1886226724b3db0779d643195d428575cff0be.zip |
Merge pull request #25291 from keszybz/util-cleanup
Split/rename util.c+h and def.h
Diffstat (limited to 'src/oom/oomctl.c')
-rw-r--r-- | src/oom/oomctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oom/oomctl.c b/src/oom/oomctl.c index 2ffb9d4d19..e527abf5da 100644 --- a/src/oom/oomctl.c +++ b/src/oom/oomctl.c @@ -3,6 +3,7 @@ #include <getopt.h> #include <unistd.h> +#include "build.h" #include "bus-error.h" #include "copy.h" #include "main-func.h" |