summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl_db/td_ta_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl_db/td_ta_new.c')
-rw-r--r--libpthread/nptl_db/td_ta_new.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl_db/td_ta_new.c b/libpthread/nptl_db/td_ta_new.c
index f84049af3..152c27b5e 100644
--- a/libpthread/nptl_db/td_ta_new.c
+++ b/libpthread/nptl_db/td_ta_new.c
@@ -21,7 +21,11 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
+#ifdef __UCLIBC__
+#include <../nptl/version.h>
+#else
#include <version.h>
+#endif
#include "thread_dbP.h"