diff options
Diffstat (limited to 'src/core/sockfd.c')
| -rw-r--r-- | src/core/sockfd.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/core/sockfd.c b/src/core/sockfd.c index 651fcd63..3fa109a4 100644 --- a/src/core/sockfd.c +++ b/src/core/sockfd.c @@ -10,10 +10,13 @@ #include <stdint.h> #include <string.h> -#include <nng/nng.h> - -#include "core/nng_impl.h" -#include "core/sockfd.h" +#include "aio.h" +#include "defs.h" +#include "list.h" +#include "options.h" +#include "sockfd.h" +#include "stream.h" +#include "thread.h" // We will accept up to this many FDs to be queued up for // accept, before we start rejecting with NNG_ENOSPC. Once |
