diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-27 23:16:05 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-27 23:16:05 -0500 |
commit | c94de3afa90f38fab67604732a4540b768a007b8 (patch) | |
tree | d54c831ee3b4a6fb395328c3fc8e7d588311b440 /kresources | |
parent | a2a1f1a0ad7d3fa017c587bfe7f92143e3a36048 (diff) | |
download | tdepim-c94de3afa90f38fab67604732a4540b768a007b8.tar.gz tdepim-c94de3afa90f38fab67604732a4540b768a007b8.zip |
GCC 4.7 fix.
This partially resolves bug report 958.
Thanks to David C. Rankin.
Diffstat (limited to 'kresources')
-rw-r--r-- | kresources/caldav/resource.cpp | 1 | ||||
-rw-r--r-- | kresources/carddav/resource.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kresources/caldav/resource.cpp b/kresources/caldav/resource.cpp index cf36ae48d..0ec3ceb6f 100644 --- a/kresources/caldav/resource.cpp +++ b/kresources/caldav/resource.cpp @@ -15,6 +15,7 @@ ========================================================================*/ #include <string.h> +#include <unistd.h> #include <tqurl.h> #include <tqmessagebox.h> diff --git a/kresources/carddav/resource.cpp b/kresources/carddav/resource.cpp index 8d7ad0251..f416a64ba 100644 --- a/kresources/carddav/resource.cpp +++ b/kresources/carddav/resource.cpp @@ -14,6 +14,7 @@ ========================================================================*/ #include <string.h> +#include <unistd.h> #include <tqurl.h> #include <tqmessagebox.h> |