Skip to content

Commit

Permalink
Merge pull request #4649 from orestisfl/fix-errno
Browse files Browse the repository at this point in the history
Fix compilation error on debian
  • Loading branch information
orestisfl authored Nov 4, 2021
2 parents 445cea8 + ce0d08c commit 3e0fc25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libi3/create_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <unistd.h>
#include <libgen.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 3e0fc25

Please sign in to comment.