Move #include <sys/wait.h> down
authorRyan Lortie <desrt@desrt.ca>
Tue, 20 Jul 2010 14:45:52 +0000 (10:45 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 20 Jul 2010 14:49:30 +0000 (10:49 -0400)
commit66388120d23a2fcec345874cc1a6259c08a6ef38
tree30f60d74c4297ce9449b54622f786d83f9946c26
parent2f5056755763e4628ed0e64954229e0a7dd9dbfb
Move #include <sys/wait.h> down

Until after we include the glib stuff, so that we have G_OS_UNIX
defined.

For some reason <stdlib.h> pulls in <sys/wait.h> on Fedora so this
wasn't a problem, but many others have reported the issue.
gio/gdbusaddress.c