SVN commit 730774 by staikos:
win32 fix
M +2 -0 eventmonitorentry.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/eventmonitorentry.cpp #730773:730774
@@ -29,7 +29,9 @@
#include "debug.h"
#include <assert.h>
+#ifndef Q_WS_WIN32
#include <unistd.h>
+#endif
namespace Kst {