Compilation fixed on Linux after the source code split

This commit is contained in:
antirez
2010-07-01 21:13:38 +02:00
parent d3b958c3fc
commit 3688d7f308
6 changed files with 17 additions and 4 deletions

View File

@ -15,6 +15,7 @@
#include <limits.h>
#include <unistd.h>
#include <errno.h>
#include <inttypes.h>
#include "ae.h" /* Event driven programming library */
#include "sds.h" /* Dynamic safe strings */