X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=569d6f6ccfa2e92627eba39fcbcfad767d9d5cfa;hb=5edadcdcd6831d8c4a5e0a3931e7675d21942780;hp=a0cb82c6b93f22e8db4313661b729c9d52bdf555;hpb=be8c57c7e1de5962913f849b862faae01bead264;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index a0cb82c..569d6f6 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -1,5 +1,6 @@ /* main.c */ +#define _POSIX_C_SOURCE 1 /* struct sigaction, sigaction() */ #include /* keypad() */ #include /* struct sigaction, sigaction() */ #include /* NULL */