Use proper #include

This commit is contained in:
Andrey A. Chernov 2002-08-14 11:59:57 +00:00
parent 02826007ca
commit 3b2d61780f

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"