opps missed an include
This commit is contained in:
parent
a1ed759b1c
commit
c1f3ff998f
|
@ -34,7 +34,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <esl.h>
|
#include <esl.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
static void mycallback(esl_socket_t server_sock, esl_socket_t client_sock, struct sockaddr_in *addr)
|
static void mycallback(esl_socket_t server_sock, esl_socket_t client_sock, struct sockaddr_in *addr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue