diff options
author | Darrell Anderson <[email protected]> | 2012-05-06 14:27:42 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-06 14:27:42 -0500 |
commit | 6469277159ccbfe1152fee53f865da7c27b6044f (patch) | |
tree | 07f5c10b1d01fde02a817dcb0ec73c0f09f2219d /src | |
parent | 3db18b6208cef15cfa2789ccf38bc8cf86d9c730 (diff) | |
download | tellico-6469277159ccbfe1152fee53f865da7c27b6044f.tar.gz tellico-6469277159ccbfe1152fee53f865da7c27b6044f.zip |
GCC 4.7 fixes.
Thanks to Francois Andriot.
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 465cc22..0f6ccd3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -53,6 +53,7 @@ #include "core/drophandler.h" #include "latin1literal.h" +#include <unistd.h> #include <kapplication.h> #include <kcombobox.h> #include <kiconloader.h> |