diff options
author | Slávek Banko <[email protected]> | 2016-09-18 20:13:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-18 20:13:23 +0200 |
commit | 5eb938208e3ef0f9c2d8aecde27d03cd4564e255 (patch) | |
tree | 0b186abb7b29f62bdddf3a15091deb0a348ccbe8 /src/fetch | |
parent | 0c697cf4f9189055d5233ee58a4a9e69380bdb8e (diff) | |
download | tellico-5eb938208e3ef0f9c2d8aecde27d03cd4564e255.tar.gz tellico-5eb938208e3ef0f9c2d8aecde27d03cd4564e255.zip |
Fix build with KDE_DEFAULT_CXXFLAGS
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/fetch')
-rw-r--r-- | src/fetch/z3950connection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fetch/z3950connection.cpp b/src/fetch/z3950connection.cpp index 71cc6a2..8a58aaa 100644 --- a/src/fetch/z3950connection.cpp +++ b/src/fetch/z3950connection.cpp @@ -22,11 +22,9 @@ #include <config.h> #ifdef HAVE_YAZ -extern "C" { #include <yaz/zoom.h> #include <yaz/marcdisp.h> #include <yaz/yaz-version.h> -} #endif #include <tdelocale.h> |