Solaris 11 does not like this POSIX define

This commit is contained in:
kwyxz 2018-01-11 14:50:07 -08:00
parent a11decf61d
commit e65ad7c6d8

View File

@ -21,8 +21,10 @@
*/
#ifdef __unix__
#ifndef __sun__
#define _POSIX_C_SOURCE 199309
#endif
#endif
#include <stdlib.h>