minor fixes for MSVC++ 2005 build

This commit is contained in:
malosek
2009-11-03 14:06:25 +01:00
parent 7cbdcc9542
commit 7d672d3ab8
3 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,9 @@
#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"
#if defined _MSC_VER
#include <intrin.h>
#endif
#else
#include <unistd.h>
#endif