Ver Fonte

bfin: pull in common/sysdep.h

Fixes random build errors in linux/common/.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger há 14 anos atrás
pai
commit
ed4dac9d09
1 ficheiros alterados com 1 adições e 1 exclusões
  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__