diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
commit | 9750a057f2f36c5b88a5bc53c0a051b605dac061 (patch) | |
tree | 4f205d3ed4ecf8d2df665b566674d12372363c7f /redhat/applications/tellico/tellico-3.5.13-fix_gcc47_compilation.patch | |
parent | 6bb431be79e8f75c26bbf0f81749fa7738965f65 (diff) | |
download | tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.tar.gz tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.zip |
RHEL/Fedora: massive updates for Fedora 17 (TDE 3.5.13 entire build)
Diffstat (limited to 'redhat/applications/tellico/tellico-3.5.13-fix_gcc47_compilation.patch')
-rw-r--r-- | redhat/applications/tellico/tellico-3.5.13-fix_gcc47_compilation.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/applications/tellico/tellico-3.5.13-fix_gcc47_compilation.patch b/redhat/applications/tellico/tellico-3.5.13-fix_gcc47_compilation.patch new file mode 100644 index 000000000..2e8d3f9a3 --- /dev/null +++ b/redhat/applications/tellico/tellico-3.5.13-fix_gcc47_compilation.patch @@ -0,0 +1,10 @@ +--- tellico/src/mainwindow.cpp.ORI 2012-05-06 12:54:09.395765577 +0200 ++++ tellico/src/mainwindow.cpp 2012-05-06 12:54:30.626306963 +0200 +@@ -53,6 +53,7 @@ + #include "core/drophandler.h" + #include "latin1literal.h" + ++#include <unistd.h> + #include <kapplication.h> + #include <kcombobox.h> + #include <kiconloader.h> |