From b279c3618db5740e155c110e8dca395132b53ecd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 5 Nov 2017 13:00:31 +0100 Subject: Install missing headers * Makefile (headers): Add bits/pthreadtypes-arch.h and bits/thread-shared-types.h. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3f59924..94f8576 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,8 @@ headers := \ bits/pthread.h \ bits/pthread-np.h \ bits/pthreadtypes.h \ + bits/pthreadtypes-arch.h \ + bits/thread-shared-types.h \ bits/mutex.h \ bits/condition.h \ bits/condition-attr.h \ -- cgit v1.2.3