diff options
Diffstat (limited to 'usr.bin/m4/look.c')
-rw-r--r-- | usr.bin/m4/look.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index 4aef4823ebb..db14cffa044 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -1,4 +1,4 @@ -/* $OpenBSD: look.c,v 1.2 1996/06/26 05:36:12 deraadt Exp $ */ +/* $OpenBSD: look.c,v 1.3 1999/09/06 13:10:48 espie Exp $ */ /* * Copyright (c) 1989, 1993 @@ -49,6 +49,7 @@ static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/6/93"; #include <sys/types.h> #include <stdio.h> #include <stdlib.h> +#include <stddef.h> #include <string.h> #include "mdef.h" #include "stdd.h" |