mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-08 14:10:39 +00:00
replaced UnixFileHandle.h by GSFileHandle.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b6ef31a19
commit
f87b59dfca
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
||||||
static char rcsId[] = "$Id$";
|
static char rcsId[] = "$Id$";
|
||||||
|
|
||||||
#include <GSWeb/GSWeb.h>
|
#include <GSWeb/GSWeb.h>
|
||||||
#include <gnustep/base/UnixFileHandle.h>
|
//#include <gnustep/base/UnixFileHandle.h>
|
||||||
|
#include <gnustep/base/GSFileHandle.h>
|
||||||
#if HAVE_LIBWRAP
|
#if HAVE_LIBWRAP
|
||||||
#include <tcpd.h>
|
#include <tcpd.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
|
|
Loading…
Reference in a new issue