From f5947a5e925117c55b390460d592f57504277bf9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 31 Oct 2019 11:07:23 +0900 Subject: tree-wide: drop missing.h --- src/random-seed/random-seed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/random-seed') diff --git a/src/random-seed/random-seed.c b/src/random-seed/random-seed.c index cbc9745584..e8a4b5e88c 100644 --- a/src/random-seed/random-seed.c +++ b/src/random-seed/random-seed.c @@ -20,7 +20,7 @@ #include "io-util.h" #include "log.h" #include "main-func.h" -#include "missing.h" +#include "missing_syscall.h" #include "mkdir.h" #include "parse-util.h" #include "random-util.h" -- cgit v1.2.1