فهرست منبع

bfin: pull in common/sysdep.h

Fixes random build errors in linux/common/.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 سال پیش
والد
کامیت
ed4dac9d09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      libc/sysdeps/linux/bfin/sysdep.h

+ 1 - 1
libc/sysdeps/linux/bfin/sysdep.h

@@ -9,7 +9,7 @@
 #ifndef __BFIN_SYSDEP_H__
 #define __BFIN_SYSDEP_H__
 
-#include <features.h>
+#include <common/sysdep.h>
 
 #ifdef __ASSEMBLER__