diff --git a/src/action.c b/src/action.c index 0e5d181f..d29048fb 100644 --- a/src/action.c +++ b/src/action.c @@ -1,8 +1,9 @@ // SPDX-License-Identifier: GPL-2.0-only -#define _POSIX_C_SOURCE -#include -#include +#define _POSIX_C_SOURCE 200809L #include +#include +#include +#include #include "common/spawn.h" #include "common/zfree.h" #include "debug.h"