Skip to content

Commit

Permalink
Include sys/types.h to resolve possible missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 29, 2024
1 parent 801ace5 commit b3936a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/posix/posix_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "nng/nng.h"
#include "platform/posix/posix_impl.h"
#include <sys/errno.h>
#include <sys/types.h>

#ifdef NNG_PLATFORM_POSIX
#include "platform/posix/posix_pollq.h"
Expand Down

0 comments on commit b3936a2

Please sign in to comment.