diff options
Diffstat (limited to 'qt/tools')
-rw-r--r-- | qt/tools/dbuscpp2xml.cpp | 1 | ||||
-rw-r--r-- | qt/tools/dbusidl2cpp.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/qt/tools/dbuscpp2xml.cpp b/qt/tools/dbuscpp2xml.cpp index 42d78312..02e5825b 100644 --- a/qt/tools/dbuscpp2xml.cpp +++ b/qt/tools/dbuscpp2xml.cpp @@ -33,6 +33,7 @@ #include <string.h> #include <errno.h> #include <unistd.h> +#include <stdlib.h> #include "../src/qdbusconnection.h" // for the Export* flags diff --git a/qt/tools/dbusidl2cpp.cpp b/qt/tools/dbusidl2cpp.cpp index 216c7ced..ab61e672 100644 --- a/qt/tools/dbusidl2cpp.cpp +++ b/qt/tools/dbusidl2cpp.cpp @@ -70,7 +70,7 @@ static const char help[] = "If the file name given to the options -a and -p does not end in .cpp or .h, the\n" "program will automatically append the suffixes and produce both files.\n" "You can also use a colon (:) to separate the header name from the source file\n" - "name, as in '-a filename_p.h:filename.cpp'."; + "name, as in '-a filename_p.h:filename.cpp'.\n"; static const char includeList[] = "#include <QtCore/QByteArray>\n" |