]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/log.c
Simple POSIX I/O emulation layer to work around Windows's defective
[empserver] / src / lib / common / log.c
index 52869112c45cdce7e3bfb0a29d384d9f950ef656..50cf3d2472b108d2ddaaf817507395870ddbd987 100644 (file)
 
 #include <config.h>
 
-#if defined(_WIN32)
-#include <io.h>
-#endif
-#if !defined(_WIN32)
 #include <unistd.h>
-#endif
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <stdarg.h>