From 89660a21d87c7c18bb304bf25ec7fbcbd9dd0581 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Mon, 16 Sep 1996 02:40:51 +0000 Subject: [PATCH] Bring prototypes into scope --- src/lib/libutil/login_fbtab.c | 1 + src/lib/libutil/opendev.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/libutil/login_fbtab.c b/src/lib/libutil/login_fbtab.c index 342326ab..a6b6379f 100644 --- a/src/lib/libutil/login_fbtab.c +++ b/src/lib/libutil/login_fbtab.c @@ -59,6 +59,7 @@ */ #include +#include #include #include #include diff --git a/src/lib/libutil/opendev.c b/src/lib/libutil/opendev.c index 9d1dda8a..add26d7d 100644 --- a/src/lib/libutil/opendev.c +++ b/src/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 +#include #include #include #include