Check for __sun macro in solarisfixes.h, not in includers.

This commit is contained in:
antirez
2015-01-09 11:22:14 +01:00
parent 77608ae5ac
commit 50cdedd127
3 changed files with 4 additions and 5 deletions

View File

@ -32,10 +32,7 @@
#include "fmacros.h"
#include "config.h"
#if defined(__sun)
#include "solarisfixes.h"
#endif
#include <stdio.h>
#include <stdlib.h>