From 81da58f39d274ab7f822fb22e56b5b2027597a51 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 6 Oct 2022 00:26:11 +0000 Subject: Switch from libbsd to libbsd-overlay This is the preferred usage form for libbsd, as it makes the code more portable and requires no special includes for libbsd, by transparently injects the needed standard headers that would be used on a BSD. Signed-off-by: Guillem Jover --- src/iceauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -#ifdef HAVE_LIBBSD -#include /* for arc4random_buf() */ +#ifdef HAVE_ARC4RANDOM_BUF +#include /* for arc4random_buf() */ #endif #include -- cgit v1.2.3