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/opendev.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/opendev.c')
-rw-r--r-- | lib/libutil/opendev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/opendev.c b/lib/libutil/opendev.c index 9d1dda8ad83..add26d7dcd5 100644 --- a/lib/libutil/opendev.c +++ b/lib/libutil/opendev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opendev.c,v 1.4 1996/07/02 07:57:54 downsj Exp $ */ +/* $OpenBSD: opendev.c,v 1.5 1996/09/16 02:40:51 tholo Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. @@ -26,6 +26,7 @@ */ #include <stdio.h> +#include <string.h> #include <errno.h> #include <fcntl.h> #include <paths.h> |