add GNU/Hurd workaround

thanks Fabienne Ducroquet
This commit is contained in:
Julien Danjou 2007-11-19 20:43:53 +01:00
parent 1a829fd76d
commit 279baed9c6

View file

@ -29,6 +29,11 @@
#include "awesome-client.h"
#include "util.h"
/* GNU/Hurd workaround */
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
int
main(int argc, char **argv)
{