diff options
Diffstat (limited to 'shared/systemd/src/basic/missing_random.h')
| -rw-r--r-- | shared/systemd/src/basic/missing_random.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/systemd/src/basic/missing_random.h b/shared/systemd/src/basic/missing_random.h index 2e76031b..17af87a3 100644 --- a/shared/systemd/src/basic/missing_random.h +++ b/shared/systemd/src/basic/missing_random.h @@ -14,3 +14,7 @@ #ifndef GRND_RANDOM #define GRND_RANDOM 0x0002 #endif + +#ifndef GRND_INSECURE +#define GRND_INSECURE 0x0004 +#endif |