src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600.

This allows C99 compilation on Solaris.

Problem reported by Mojca Miklavec.
This commit is contained in:
Werner Lemberg 2021-09-07 18:49:36 -07:00
parent 7e26c7a6da
commit 77dcc5ed6a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
/* This file is now part of the FreeType library */
#define _XOPEN_SOURCE 500 /* for `kill', `strdup', `random', and `srandom' */
#define _XOPEN_SOURCE 600 /* for `kill', `strdup', `random', and `srandom' */
#include <stdio.h>