diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-10 21:44:58 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-10 21:44:58 -0500 |
commit | d978009c9db85112ce92efeeb3dc725bdfc9aa3d (patch) | |
tree | e57c34e19ca6e98aa1679fc4b5e728f2fd01f9d4 /src | |
parent | 4d3f4722e08969184ad7a837b2b347d02d6ef041 (diff) | |
download | basket-d978009c9db85112ce92efeeb3dc725bdfc9aa3d.tar.gz basket-d978009c9db85112ce92efeeb3dc725bdfc9aa3d.zip |
Updated to build with gcc 4.7.
Thanks to David C. Rankin!
Diffstat (limited to 'src')
-rw-r--r-- | src/likeback.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/likeback.cpp b/src/likeback.cpp index 89bafbf..77d7a56 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> |