From 4a6ffd083cbcb15f14925be8e36b3b586da10d02 Mon Sep 17 00:00:00 2001 From: Adam Moody Date: Thu, 23 Dec 2021 21:24:41 -0800 Subject: [PATCH] fixup: add cmake option to toggle pthreads --- src/axl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axl.c b/src/axl.c index 1ce3e00..f432a1c 100644 --- a/src/axl.c +++ b/src/axl.c @@ -32,7 +32,7 @@ #ifdef HAVE_PTHREADS #include "axl_pthread.h" -#endif +#endif /* HAVE_PTHREAD */ #ifdef HAVE_BBAPI #include "axl_async_bbapi.h"