Skip to content

Commit

Permalink
errno fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TTTTTAAAAAKKKKEEEENNNN committed Jun 12, 2021
1 parent 9fc57de commit 6fb9f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/NetUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>
#include <errno.h>
#include <ifaddrs.h>
#include <src/log/Logger.h>
#include <string.h>
Expand Down

0 comments on commit 6fb9f49

Please sign in to comment.