diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-29 01:49:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-29 01:49:24 +0000 |
commit | c0093442ecd61ebdd46f2f682b9f9a3e338677c7 (patch) | |
tree | 3f74c61f2fa43820f8e3c1dea6afe45a2baa9317 | |
parent | ebdfae2d4ea386b947a7b28d160c6b9abdcd8dd7 (diff) | |
download | tdelibs-c0093442ecd61ebdd46f2f682b9f9a3e338677c7.tar.gz tdelibs-c0093442ecd61ebdd46f2f682b9f9a3e338677c7.zip |
Part of previous Slackware FTBFS fix; kdelibs now builds under Slackware
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1169302 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kinit/autostart.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kinit/autostart.cpp b/kinit/autostart.cpp index c4dcbb543..41caf99f7 100644 --- a/kinit/autostart.cpp +++ b/kinit/autostart.cpp @@ -27,6 +27,8 @@ #include <kglobal.h> #include <kstandarddirs.h> +#include <stdlib.h> + class AutoStartItem { public: |