diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-18 23:05:14 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-18 23:05:14 +0000 |
commit | 0470d3c1e67d8bcfa4897e2df4090e4651fc61fd (patch) | |
tree | e765f51e1364f95e38e341927ae1039df4dc8efd /lib/libcompat/regexp | |
parent | 43f142e04267bb0aeca66556f3e3b79fc0fbb538 (diff) |
add missing includes
ok tedu@
Diffstat (limited to 'lib/libcompat/regexp')
-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> |