cleanup the includes in host.h

This commit is contained in:
Bill Currie 2000-12-30 03:23:31 +00:00
parent 5197a6443d
commit 5f21837c33
6 changed files with 41 additions and 28 deletions

View file

@ -37,6 +37,12 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/time.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include "cvar.h"
#include "host.h"