diff options
Diffstat (limited to 'lib/libcompat/regexp/regerror.c')
-rw-r--r-- | lib/libcompat/regexp/regerror.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcompat/regexp/regerror.c b/lib/libcompat/regexp/regerror.c index c98b8a3d4f7..92bb8996643 100644 --- a/lib/libcompat/regexp/regerror.c +++ b/lib/libcompat/regexp/regerror.c @@ -1,8 +1,9 @@ -/* $OpenBSD: regerror.c,v 1.5 2003/06/26 23:19:32 deraadt Exp $ */ +/* $OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $ */ #ifndef lint -static char *rcsid = "$OpenBSD: regerror.c,v 1.5 2003/06/26 23:19:32 deraadt Exp $"; +static char *rcsid = "$OpenBSD: regerror.c,v 1.6 2003/07/18 23:05:13 david Exp $"; #endif /* not lint */ +#include <err.h> #include <regexp.h> #include <stdio.h> |