| diff -urN glibc-2.17-c758a686/rtkaio/tst-aiod2.c glibc-2.17-c758a686/rtkaio/tst-aiod2.c |
| |
| |
| @@ -24,6 +24,7 @@ |
| #include <stdlib.h> |
| #include <unistd.h> |
| #include <errno.h> |
| +#include <pthread.h> |
| #include "tst-aiod.h" |
| |
| |
| diff -urN glibc-2.17-c758a686/rtkaio/tst-aiod3.c glibc-2.17-c758a686/rtkaio/tst-aiod3.c |
| |
| |
| @@ -23,6 +23,7 @@ |
| #include <stdlib.h> |
| #include <unistd.h> |
| #include <errno.h> |
| +#include <pthread.h> |
| #include "tst-aiod.h" |
| |
| |