nftw: fix thread cancellation support
_STDIO_WITH_THREAD_CANCELLATION_SUPPORT was never defined. Include ../stdio/local.h to get the right definition per target. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
d5cc66426b
commit
6a35ae33f5
|
@ -29,6 +29,8 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <pthread.h>
|
||||
/* Pull in _STDIO_WITH_THREAD_CANCELLATION_SUPPORT */
|
||||
#include "../stdio/local.h"
|
||||
|
||||
struct history
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue