diff options
author | 2006-03-24 08:03:44 +0000 | |
---|---|---|
committer | 2006-03-24 08:03:44 +0000 | |
commit | df44a85a853547d485b590560e109b3838b13a1a (patch) | |
tree | 7ef37a5824377ce7483d7ec06c751ceb899cb825 /usr.bin/m4/main.c | |
parent | The Buffalo WLI-CB-B11 card uses SA2400 radio. (diff) | |
download | wireguard-openbsd-df44a85a853547d485b590560e109b3838b13a1a.tar.xz wireguard-openbsd-df44a85a853547d485b590560e109b3838b13a1a.zip |
oops, noticed by David Hill.
Diffstat (limited to 'usr.bin/m4/main.c')
-rw-r--r-- | usr.bin/m4/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 58724a62d5c..064db65dc2d 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.73 2006/03/23 08:01:02 espie Exp $ */ +/* $OpenBSD: main.c,v 1.74 2006/03/24 08:03:44 espie Exp $ */ /* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */ /*- @@ -41,6 +41,7 @@ #include <assert.h> #include <signal.h> +#include <err.h> #include <errno.h> #include <unistd.h> #include <stdio.h> |