Fix build issue with SINGLE_THREAD_P
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 20 Oct 2017 16:39:47 +0000 (17:39 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 20 Oct 2017 16:39:47 +0000 (17:39 +0100)
Add sysdep-cancel.h include.

* malloc/malloc.c (sysdep-cancel.h): Add include.

ChangeLog
malloc/malloc.c

index 0eb9bae..f0512c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-10-20  Wilco Dijkstra  <wdijkstr@arm.com>
 
+       * malloc/malloc.c (sysdep-cancel.h): Add include.
+
+2017-10-20  Wilco Dijkstra  <wdijkstr@arm.com>
+
        * malloc/malloc.c (_int_free): Add SINGLE_THREAD_P fast paths.
 
 2017-10-20  Will Hawkins  <hawkinsw@borlaugic.com>
index 4db21cc..32b6e96 100644 (file)
 
 #include <malloc/malloc-internal.h>
 
+/* For SINGLE_THREAD_P.  */
+#include <sysdep-cancel.h>
+
 /*
   Debugging: