소스 검색

fix building with locale

Mike Frysinger 20 년 전
부모
커밋
5385df316e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libpthread/linuxthreads/internals.h

+ 1 - 1
libpthread/linuxthreads/internals.h

@@ -31,10 +31,10 @@
 #include <ucontext.h>
 #include <bits/sigcontextinfo.h>
 #include "semaphore.h"
-#include "descr.h"
 #ifdef __UCLIBC_HAS_XLOCALE__
 #include <bits/uClibc_locale.h>
 #endif /* __UCLIBC_HAS_XLOCALE__ */
+#include "descr.h"
 
 /* Use a funky version in a probably vein attempt at preventing gdb 
  * from dlopen()'ing glibc's libthread_db library... */