diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-20 17:37:39 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-20 17:46:14 +0100 |
commit | b575a98826184fc34750ef2cce4fa1503938b7f2 (patch) | |
tree | 46c60e4bb49ace47ec0248bde8341c2479ee9d52 /lib/compat/mockups.c | |
parent | a026990ad119b247fd01db1e32c6eaf23ecfcd6f (diff) |
Fix: libcompat: add missing stdio includes
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/compat/mockups.c')
-rw-r--r-- | lib/compat/mockups.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compat/mockups.c b/lib/compat/mockups.c index 22f0820..4c396ec 100644 --- a/lib/compat/mockups.c +++ b/lib/compat/mockups.c @@ -7,6 +7,8 @@ #include "config.h" #include "compat.h" +#include <stdio.h> + #ifdef _WIN32 int fchownat(int dirfd, const char *path, int uid, int gid, int flags) { |