diff options
Diffstat (limited to 'usr.bin/cvs/log.h')
-rw-r--r-- | usr.bin/cvs/log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/log.h b/usr.bin/cvs/log.h index 2eef696f164..7c0f1ee8a80 100644 --- a/usr.bin/cvs/log.h +++ b/usr.bin/cvs/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.19 2006/05/27 03:30:31 joris Exp $ */ +/* $OpenBSD: log.h,v 1.20 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -27,6 +27,8 @@ #ifndef LOG_H #define LOG_H +#include <stdarg.h> + /* log priority levels */ #define LP_NOTICE 0 #define LP_ERR 1 |