diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-17 06:35:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-17 06:35:03 +0000 |
commit | 0404f9a216f48c44ae0944a3f8d346eb79d493ff (patch) | |
tree | 13989004eabe02377a8d53e474c5303730e5fd34 | |
parent | d401b1dff8de82296353fe2e5cb1a989803eaff5 (diff) | |
download | tellico-0404f9a216f48c44ae0944a3f8d346eb79d493ff.tar.gz tellico-0404f9a216f48c44ae0944a3f8d346eb79d493ff.zip |
Fix tellico FTBFS under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1259270 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/translators/pilotdb/libpalm/Block.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 72ff2a2..1768a24 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -122,7 +122,7 @@ KDE_OPTIONS = noautodist CLEANFILES = *~ *.loT # the library search path. -tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) uidir = $(kde_datadir)/tellico ui_DATA = tellicoui.rc diff --git a/src/translators/pilotdb/libpalm/Block.h b/src/translators/pilotdb/libpalm/Block.h index 6ed6069..33f507c 100644 --- a/src/translators/pilotdb/libpalm/Block.h +++ b/src/translators/pilotdb/libpalm/Block.h @@ -11,6 +11,7 @@ #ifndef __PALMLIB_BLOCK_H__ #define __PALMLIB_BLOCK_H__ +#include <cstddef> #include <algorithm> #include <iterator> |