a fix for the solaris fix itself ;)

This commit is contained in:
antirez
2009-10-27 18:39:47 +01:00
parent 5043dff351
commit 0bc1b2f651
2 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,8 @@
#include <sys/resource.h>
#include <limits.h>
#include <math.h>
#if defined(__sun) && defined(__GNUC__)
#if defined(__sun)
#include "solarisfixes.h"
#endif