diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-03-24 08:03:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-03-24 08:03:45 +0000 |
commit | 3f9f5876c821286854f42f36cc65580431d56d44 (patch) | |
tree | e36f31dd7fb1da2534fd6d02627bd51e09466f04 /usr.bin/m4/gnum4.c | |
parent | d6a2fd582db23b65d1221bb8658225e2c3315e65 (diff) |
oops, noticed by David Hill.
Diffstat (limited to 'usr.bin/m4/gnum4.c')
-rw-r--r-- | usr.bin/m4/gnum4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 600cf512c0e..2720c851aaf 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gnum4.c,v 1.35 2006/03/23 08:04:54 espie Exp $ */ +/* $OpenBSD: gnum4.c,v 1.36 2006/03/24 08:03:44 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie @@ -33,6 +33,7 @@ #include <sys/types.h> #include <sys/wait.h> #include <ctype.h> +#include <err.h> #include <paths.h> #include <regex.h> #include <stddef.h> |