opps missed an include

This commit is contained in:
Ken Rice 2012-03-27 14:24:58 -05:00
parent a1ed759b1c
commit c1f3ff998f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <esl.h>
#include <errno.h>
static void mycallback(esl_socket_t server_sock, esl_socket_t client_sock, struct sockaddr_in *addr)
{