Implement Server #1
|
@ -1,3 +1,8 @@
|
|||
// Needed for sigaction on Linux
|
||||
#ifdef __linux__
|
||||
#define _POSIX_C_SOURCE 1
|
||||
#endif // __linux__
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue