summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
committerjb <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
commit7f92b62ee315cfd4e6dce7f0155782194438d5ce (patch)
tree42b6fa17c87882518be46afb7be669528d856448 /usr.bin/mklocale
parent6d9d1ccd14b323b811a9cbd52a4492e9a7b37fe6 (diff)
downloadFreeBSD-src-7f92b62ee315cfd4e6dce7f0155782194438d5ce.zip
FreeBSD-src-7f92b62ee315cfd4e6dce7f0155782194438d5ce.tar.gz
Add #include <string.h> to get prototypes.
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 760d112..a54f25c 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"
OpenPOWER on IntegriCloud