diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:48:37 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:48:37 +0000 |
| commit | 32744e40cd245f04ae7eabd1b82018939d78b14f (patch) | |
| tree | e746124b16ee97bb757dbd06a98df44c2ac06841 /usr.bin/mklocale | |
| parent | a8b1e5be582ec0cc5957d5a29bdbd8261f919405 (diff) | |
Notes
Diffstat (limited to 'usr.bin/mklocale')
| -rw-r--r-- | usr.bin/mklocale/yacc.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 760d112ab2a8f..a54f25cb338b7 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93"; #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "ldef.h" |
