More Solaris fixes

This commit is contained in:
antirez
2009-10-27 18:38:25 +01:00
parent d7f43c081a
commit 5043dff351
2 changed files with 19 additions and 0 deletions

View File

@ -58,6 +58,9 @@
#include <sys/resource.h>
#include <limits.h>
#include <math.h>
#if defined(__sun) && defined(__GNUC__)
#include "solarisfixes.h"
#endif
#include "redis.h"
#include "ae.h" /* Event driven programming library */