Skip to content

Commit

Permalink
fixup: add cmake option to toggle pthreads
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody authored and gonsie committed Feb 14, 2022
1 parent a659617 commit 4a6ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axl.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#ifdef HAVE_PTHREADS
#include "axl_pthread.h"
#endif
#endif /* HAVE_PTHREAD */

#ifdef HAVE_BBAPI
#include "axl_async_bbapi.h"
Expand Down

0 comments on commit 4a6ffd0

Please sign in to comment.