X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fclient%2Fio.c;h=1995b14a67aca61f74fb9b710ebaa33a13169b89;hb=87aec00b668777cef82a9a43e490563e9c90f039;hp=477700f9df096e522781a450bce93b3a59bf7b39;hpb=539f4419afa0966d67b341dc6b30a6174bd3f844;p=plomrogue diff --git a/src/client/io.c b/src/client/io.c index 477700f..1995b14 100644 --- a/src/client/io.c +++ b/src/client/io.c @@ -1,5 +1,6 @@ /* src/client/io.c */ +#define _POSIX_C_SOURCE 1 /* PIPE_BUF */ #include "io.h" #include /* PIPE_BUF */ #include /* halfdelay(), getch() */