aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
commit32744e40cd245f04ae7eabd1b82018939d78b14f (patch)
treee746124b16ee97bb757dbd06a98df44c2ac06841 /usr.bin/mklocale
parenta8b1e5be582ec0cc5957d5a29bdbd8261f919405 (diff)
downloadsrc-32744e40cd245f04ae7eabd1b82018939d78b14f.tar.gz
src-32744e40cd245f04ae7eabd1b82018939d78b14f.zip
Add #include <string.h> to get prototypes.
Notes
Notes: svn path=/head/; revision=33648
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/yacc.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y
index 760d112ab2a8..a54f25cb338b 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"