From: Arran Cudbard-Bell Date: Wed, 29 Jun 2022 14:56:24 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1eae2c21b67c6f8bfe8de5b4dd07e17ba31f5f;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/include/build.h b/src/include/build.h index d139d5d56e3..35b6f27a552 100644 --- a/src/include/build.h +++ b/src/include/build.h @@ -73,7 +73,7 @@ extern "C" { * as many browsers have explicitly disabled support * due to spectre attacks. */ -#if (defined(__EMSCRIPTEN__) && defined(__EMSCRIPTEN_PTHREADS__)) || !defined(__EMSCRIPTEN__) && defined(HAVE_PTHREADS_H) +#if (defined(__EMSCRIPTEN__) && defined(__EMSCRIPTEN_PTHREADS__)) || !defined(__EMSCRIPTEN__) && defined(HAVE_PTHREAD_H) # define HAVE_PTHREADS 1 #endif