From 876d3a1be4aa406672cc674a171f26878319d505 Mon Sep 17 00:00:00 2001 From: millert <> Date: Wed, 9 Jul 1997 01:08:53 +0000 Subject: Clean up some -Wall flowers. --- src/lib/libc/crypt/bcrypt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/crypt/bcrypt.c') diff --git a/src/lib/libc/crypt/bcrypt.c b/src/lib/libc/crypt/bcrypt.c index 0a0cca14a1..6f78afdddf 100644 --- a/src/lib/libc/crypt/bcrypt.c +++ b/src/lib/libc/crypt/bcrypt.c @@ -1,4 +1,5 @@ -/* $OpenBSD: bcrypt.c,v 1.6 1997/07/01 20:12:43 provos Exp $ */ +/* $OpenBSD: bcrypt.c,v 1.7 1997/07/09 01:08:18 millert Exp $ */ + /* * Copyright 1997 Niels Provos * All rights reserved. @@ -48,6 +49,7 @@ #include #endif +#include #include #include #include -- cgit v1.2.3-55-g6feb