mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
#define _XOPEN_SOURCE for random()
This commit is contained in:
parent
f88d626ff1
commit
63370215dd
@ -1,3 +1,4 @@
|
||||
#define _XOPEN_SOURCE 500 /* srandom(), random() */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user