Eliminate warnings due to missing includes

This commit is contained in:
Berke Viktor
2012-11-04 04:22:22 +01:00
parent 0e9658f2ab
commit 4ec499c241
12 changed files with 20 additions and 8 deletions

View File

@ -46,9 +46,12 @@
#include <errno.h>
#include <ctype.h>
#include <glib.h>
#ifdef _WIN32
#include <direct.h> /* for getcwd */
#include "../../src/dirent/dirent-win32.h"
#include "../../src/common/typedef.h"
#endif
#if !( defined(_WIN32) || defined(LXC_XCHAT_GETTEXT) )