summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-10 21:44:58 -0500
committerSlávek Banko <[email protected]>2012-06-25 03:21:35 +0200
commit114d08b1d13f11e7065a88411a89e58f21fa52be (patch)
treec62432d164cf56794da9c0ea9e10d0edde16ddf6
parent2c543c7698709f76fe49ff073056a264d9b904ec (diff)
downloadbasket-114d08b1d13f11e7065a88411a89e58f21fa52be.tar.gz
basket-114d08b1d13f11e7065a88411a89e58f21fa52be.zip
Updated to build with gcc 4.7.
Thanks to David C. Rankin! (cherry picked from commit d978009c9db85112ce92efeeb3dc725bdfc9aa3d)
-rw-r--r--src/likeback.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/likeback.cpp b/src/likeback.cpp
index 83392df..8c9f175 100644
--- a/src/likeback.cpp
+++ b/src/likeback.cpp
@@ -25,7 +25,6 @@
#include <kiconloader.h>
#include <kaboutdata.h>
#include <klocale.h>
-#include <kdebug.h>
#include <kmessagebox.h>
#include <tqlayout.h>
#include <tqtoolbutton.h>
@@ -46,6 +45,8 @@
#include <tqvalidator.h>
#include <tqaction.h>
#include <kdebug.h>
+#include <unistd.h>
+#include <sys/types.h>
#include <pwd.h>