diff options
Diffstat (limited to 'src/iceauth.c')
-rw-r--r-- | src/iceauth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iceauth.c b/src/iceauth.c index 807e5d7..5a4d400 100644 --- a/src/iceauth.c +++ b/src/iceauth.c @@ -35,8 +35,8 @@ Author: Ralph Mor, X Consortium #include <time.h> -#ifdef HAVE_LIBBSD -#include <bsd/stdlib.h> /* for arc4random_buf() */ +#ifdef HAVE_ARC4RANDOM_BUF +#include <stdlib.h> /* for arc4random_buf() */ #endif #include <unistd.h> |