summaryrefslogtreecommitdiffstats
path: root/common/rdr/FdInStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdr/FdInStream.cxx')
-rw-r--r--common/rdr/FdInStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rdr/FdInStream.cxx b/common/rdr/FdInStream.cxx
index 22433a1b..9f35c9fb 100644
--- a/common/rdr/FdInStream.cxx
+++ b/common/rdr/FdInStream.cxx
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <string.h>
+#include <errno.h>
#ifdef _WIN32
#include <winsock2.h>
#ifndef _WIN32_WCE
@@ -34,7 +35,6 @@
#include <os/winerrno.h>
#else
#include <sys/types.h>
-#include <errno.h>
#include <unistd.h>
#include <sys/time.h>
#endif