# # # patch "glib/ocaml-gspawn.c" # from [484e8d176eaa3a47ce4a2cfa869144e11662b610] # to [35c4485ece72c47122caf1f0729a436f07786753] # ============================================================ --- glib/ocaml-gspawn.c 484e8d176eaa3a47ce4a2cfa869144e11662b610 +++ glib/ocaml-gspawn.c 35c4485ece72c47122caf1f0729a436f07786753 @@ -1,4 +1,7 @@ #include +#ifdef G_OS_UNIX +# include +#endif #include #include @@ -142,7 +145,6 @@ convert_exit_status (int status) { value r; #ifdef G_OS_UNIX -# include if (WIFEXITED(status)) { r = alloc_small (1, 0);