--- xlogout.c.orig 2009-03-27 18:58:31.000000000 +0100 +++ xlogout.c 2009-03-27 18:59:16.000000000 +0100 @@ -27,6 +27,7 @@ /* An example of popup dialog boxes using X11R4 and the Athena widget set */ #include /* For the Syntax message */ +#include #include #include #include @@ -48,7 +49,7 @@ static XrmOptionDescRec options[] = { }; -void main (argc, argv) +int main (argc, argv) int argc; char **argv; {