> Here's a first patch, but then we fail with: Put this on top of the previous patch and it'll work:
--- src/LaunchtoolCfg.h~ 2007-04-02 12:24:09.000000000 +0000 +++ src/LaunchtoolCfg.h 2007-04-02 12:24:12.000000000 +0000 @@ -1,6 +1,7 @@ #ifndef LAUNCHTOOL_CFG_H #define LAUNCHTOOL_CFG_H +#include <sys/types.h> #include <string> #include <vector> #include <set> -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

