aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-06-22 09:12:22 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-06-22 09:12:22 +0000
commit0a1ce46d56974cad57c64d28580abcf0e8e54d76 (patch)
tree8d368fffca844fc58db8ffba54529ac129638db5
parentupdates japanese translation another time (diff)
downloadgpg4usb-0a1ce46d56974cad57c64d28580abcf0e8e54d76.tar.gz
gpg4usb-0a1ce46d56974cad57c64d28580abcf0e8e54d76.zip
fix compilation with gcc >= 4.7
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@1118 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--gpgcontext.cpp5
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
{