diff options
author | 1996-09-16 02:40:50 +0000 | |
---|---|---|
committer | 1996-09-16 02:40:50 +0000 | |
commit | 35820f7de4f87c833b183bb91530ba4707e04e7c (patch) | |
tree | edb3cb5161f9149e0161969d594b8144f9882fef /lib/libutil/login_fbtab.c | |
parent | theo the pendat (diff) | |
download | wireguard-openbsd-35820f7de4f87c833b183bb91530ba4707e04e7c.tar.xz wireguard-openbsd-35820f7de4f87c833b183bb91530ba4707e04e7c.zip |
Bring prototypes into scope
Diffstat (limited to 'lib/libutil/login_fbtab.c')
-rw-r--r-- | lib/libutil/login_fbtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/login_fbtab.c b/lib/libutil/login_fbtab.c index 342326ab71d..a6b6379f3fa 100644 --- a/lib/libutil/login_fbtab.c +++ b/lib/libutil/login_fbtab.c @@ -59,6 +59,7 @@ */ #include <sys/types.h> +#include <sys/stat.h> #include <stdio.h> #include <syslog.h> #include <string.h> |