diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-08-01 18:30:00 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-08-01 18:30:00 +0200 |
commit | 8324ee83281cbbb611a4392e547dcf61c5855fcc (patch) | |
tree | 16d6b8dc222e7ff27b107e18873cc4d640da25cc | |
parent | c73de316296e7aa0b1e5b6d26751ab4402b628ab (diff) |
Fix build
-rw-r--r-- | socketio.c | 1 |
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> |