Skip to content

Commit

Permalink
Merge pull request #1934 from mslehto/UINT32_MAX
Browse files Browse the repository at this point in the history
core: fix compilation error
  • Loading branch information
miconda committed Apr 23, 2019
2 parents e8ea999 + 3fd0cea commit 285a671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/tcp_main.c
Expand Up @@ -50,6 +50,7 @@
#include <sys/uio.h> /* writev*/
#include <netdb.h>
#include <stdlib.h> /*exit() */
#include <stdint.h> /* UINT32_MAX */

#include <unistd.h>

Expand Down

0 comments on commit 285a671

Please sign in to comment.