[rtems-libbsd commit] linux: Include missing <sys/errno.h>
    Sebastian Huber 
    sebh at rtems.org
       
    Mon Oct 23 07:27:51 UTC 2017
    
    
  
Module:    rtems-libbsd
Branch:    master
Commit:    0de65a87829cb5834a53214159b2bf039d577508
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=0de65a87829cb5834a53214159b2bf039d577508
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 27 09:30:44 2017 +0200
linux: Include missing <sys/errno.h>
---
 rtemsbsd/powerpc/include/linux/bitops.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/rtemsbsd/powerpc/include/linux/bitops.h b/rtemsbsd/powerpc/include/linux/bitops.h
index 1348697..42faa34 100644
--- a/rtemsbsd/powerpc/include/linux/bitops.h
+++ b/rtemsbsd/powerpc/include/linux/bitops.h
@@ -33,6 +33,7 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/errno.h>
 
 #define	BIT(nr)			(1UL << (nr))
 #ifdef __LP64__
    
    
More information about the vc
mailing list