freedredno: s/#if/#ifdef/ to fix -Wundef

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Rob Clark <robclark@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19963>
This commit is contained in:
Eric Engestrom 2019-06-27 17:51:03 +01:00 committed by Marge Bot
parent cf520806b1
commit 8261f9ce4f

View file

@ -375,7 +375,7 @@ bool fd_dbg(void);
#define U642VOID(x) ((void *)(unsigned long)(x))
#define VOID2U64(x) ((uint64_t)(unsigned long)(x))
#if HAVE_VALGRIND
#ifdef HAVE_VALGRIND
#include <memcheck.h>
/*