[PATCH] server/mailslot.c doesn't compile on certain systems.
24 Mar
2006
24 Mar
'06
3:43 a.m.
I have noticed that including stdint.h to server/mailslot.c fixes it for me. Those on wine-patches and not wine-devel, please CC any replies. --- server/mailslot.c.orig 2006-03-23 22:37:32.000000000 -0500 +++ server/mailslot.c 2006-03-23 22:40:32.000000000 -0500 @@ -34,6 +34,8 @@ #include <stdlib.h> #include <sys/time.h> #include <sys/types.h> +/* include stdint.h cause of some systems breaking */ +#include <stdint.h> #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h>
7293
Age (days ago)
7293
Last active (days ago)
0 comments
1 participants
participants (1)
-
Segin