Commit 97a93f13 authored by Joanne Hugé's avatar Joanne Hugé

Fix compilation issue for the server

parent 6315d6b5
......@@ -11,6 +11,7 @@
*
*/
#define _GNU_SOURCE
#include <arpa/inet.h>
#include <errno.h>
#include <error.h>
......@@ -28,8 +29,6 @@
#include <time.h>
#include <unistd.h>
#define _GNU_SOURCE
#define NSEC_PER_SEC UINT64_C(1000000000)
#define SERVER_PORT "50000"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment