From 069090128c58d4cb7de488f2dfb3895661c59724 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 5 Mar 2001 06:09:31 +0000 Subject: - deraadt@cvs.openbsd.org 2001/02/28 05:34:28 [misc.c] pull in protos --- misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index 4a1213a2..fdfd13ca 100644 --- a/misc.c +++ b/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.2 2001/02/22 21:59:44 markus Exp $ */ +/* $OpenBSD: misc.c,v 1.3 2001/02/28 05:34:28 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,10 +25,11 @@ */ #include "includes.h" -RCSID("$OpenBSD: misc.c,v 1.2 2001/02/22 21:59:44 markus Exp $"); +RCSID("$OpenBSD: misc.c,v 1.3 2001/02/28 05:34:28 deraadt Exp $"); #include "misc.h" #include "log.h" +#include "xmalloc.h" char * chop(char *s) -- cgit v1.2.3