X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fio.c;h=1995b14a67aca61f74fb9b710ebaa33a13169b89;hb=169b8dda5f4c4373300b5be5edc113a376799737;hp=477700f9df096e522781a450bce93b3a59bf7b39;hpb=fa079cbd21aacfc0d28a5af98cc3df4a7633f563;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() */