Missing include

This commit is contained in:
William Grzybowski 2013-06-09 14:27:41 -03:00
parent 62b6e235b1
commit 2558fa3b01

View File

@ -1,6 +1,7 @@
#ifndef __CLIENTS_H__
#define __CLIENTS_H__
#include <stdint.h>
#include <sys/time.h>
#include <netinet/in.h>
#define CLIENT_CACHE_SLOTS 20