summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-08-01 18:30:00 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-08-01 18:30:00 +0200
commit8324ee83281cbbb611a4392e547dcf61c5855fcc (patch)
tree16d6b8dc222e7ff27b107e18873cc4d640da25cc
parentc73de316296e7aa0b1e5b6d26751ab4402b628ab (diff)
Fix build
-rw-r--r--socketio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/socketio.c b/socketio.c
index fec8d9378..96ef411ae 100644
--- a/socketio.c
+++ b/socketio.c
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <dirent.h>
#include <stdint.h>
+#include <assert.h>
#include <netinet/in.h>
#include <sys/socket.h>