X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fthread_util.c;fp=utils%2Fthread_util.c;h=bccb74626d3ccbe4caee8a4e80f2b7e22fc02217;hp=76032c48f14585092e7d523d9d74c078f618e14c;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hpb=7edd66e6bd3209013ee059819747b10b5835635b diff --git a/utils/thread_util.c b/utils/thread_util.c index 76032c48..bccb7462 100644 --- a/utils/thread_util.c +++ b/utils/thread_util.c @@ -39,7 +39,7 @@ implied warranty. #if defined __MACH__ && defined __APPLE__ /* OS X, iOS */ # include -# include +# include #endif #define IS_POWER_OF_2(x) ((x) > 0 && !((x) & ((x) - 1)))