diff options
author | 2003-07-18 23:05:13 +0000 | |
---|---|---|
committer | 2003-07-18 23:05:13 +0000 | |
commit | 26fda0efb9ec24d261dd2a0d7555cf97a82c0069 (patch) | |
tree | 25da477e473613aad2841d01d2c8afafcd65d61f /lib/libcompat/regexp/regerror.c | |
parent | caddr_t -> void *. ok millert@ tdeval@ (diff) | |
download | wireguard-openbsd-26fda0efb9ec24d261dd2a0d7555cf97a82c0069.tar.xz wireguard-openbsd-26fda0efb9ec24d261dd2a0d7555cf97a82c0069.zip |
add missing includes
ok tedu@
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> |