diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-04 16:29:55 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-04 16:29:55 -0800 |
commit | 20d924a16ef221bf366c6cb037d365f0f76e001e (patch) | |
tree | 5043e7c31946cee9d4964531c31a48b2ffad4b18 /qt-ui | |
parent | 421dceba1ed37b5000c4ad5796f4924fb15587b4 (diff) | |
download | subsurface-20d924a16ef221bf366c6cb037d365f0f76e001e.tar.gz |
Compile fix
Otherwise errno is undefined (at least for me on Linux).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/subsurfacewebservices.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index 69dd7e1cd..8dd6b5921 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -4,6 +4,7 @@ #include <libxml/parser.h> #include <zip.h> +#include <errno.h> #include <QDir> #include <QHttpMultiPart> |