diff options
-rw-r--r-- | gpgcontext.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gpgcontext.cpp b/gpgcontext.cpp index d459f37..4ada1f7 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -20,13 +20,10 @@ */ #include "gpgcontext.h" - +#include <unistd.h> /* contains read/write */ #ifdef _WIN32 #include <windows.h> -#include <unistd.h> /* contains read/write */ #endif - - namespace GpgME { |