Add missing #includes, to keep Clang silent.

This commit is contained in:
Ed Schouten 2013-05-25 18:04:24 +00:00
parent 273c749c93
commit 5f4cd89cce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250989
3 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
int

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <assert.h>
#include <locale.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <assert.h>
#include <locale.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>