]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/add.c
Simple POSIX I/O emulation layer to work around Windows's defective
[empserver] / src / lib / commands / add.c
index 89e011b6eafd72c8bcfd829e646e04ab8294ef2d..45c7114d3db62ecfd7c899cc159cc0cc7db2cc35 100644 (file)
 #include <config.h>
 
 #include <fcntl.h>
-#if defined(_WIN32)
-#include <io.h>
-#else
 #include <unistd.h>
-#endif
 #include <sys/stat.h>
 
 #include "commands.h"