1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

Use proper #include

This commit is contained in:
Andrey A. Chernov 2002-08-14 11:59:57 +00:00
parent 02826007ca
commit 3b2d61780f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101867

View File

@ -32,10 +32,10 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>
#include <limits.h>
#include <unistd.h>
#include <string.h>
#include <sysexits.h>
#include "collate.h"
#include "common.h"
#include "y.tab.h"