diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-04-20 01:49:10 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-04-20 01:49:10 +0000 |
| commit | ccc5b4e6f4e2cc1a1fb4acfaa8dae6db269b3f6e (patch) | |
| tree | 9d6147d43f9f794cfc750ecb3f50fb216c889a70 /usr.bin/m4/trace.c | |
| parent | 5ce9299f0551f4f6ceeea4e3efaa3a51f30438fc (diff) | |
Notes
Diffstat (limited to 'usr.bin/m4/trace.c')
| -rw-r--r-- | usr.bin/m4/trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index 181e99995223..0a76195f3f30 100644 --- a/usr.bin/m4/trace.c +++ b/usr.bin/m4/trace.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include <err.h> #include <stdlib.h> +#include <string.h> #include "mdef.h" #include "stdd.h" #include "extern.h" |
