diff options
Diffstat (limited to 'src/random.cpp')
-rw-r--r-- | src/random.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/random.cpp b/src/random.cpp index eca97bc..6140b74 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -10,6 +10,9 @@ #include "random" #include "system_error" +#ifdef __sun__ +#define rename solaris_headers_are_broken +#endif #include <fcntl.h> #include <unistd.h> #include <errno.h> |