about summary refs log tree commit diff
path: root/nptl/pthread_atfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_atfork.c')
-rw-r--r--nptl/pthread_atfork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_atfork.c b/nptl/pthread_atfork.c
index 097a86d059..6398688dab 100644
--- a/nptl/pthread_atfork.c
+++ b/nptl/pthread_atfork.c
@@ -34,7 +34,7 @@
    <https://www.gnu.org/licenses/>.  */
 
 #include "pthreadP.h"
-#include <fork.h>
+#include <register-atfork.h>
 #include <dso_handle.h>