summaryrefslogtreecommitdiffstats
path: root/include/errno.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:47 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:47 +0200
commit46743ea28f2480065188e77f23a310eefca62aac (patch)
tree562abfa3654dae6140e6556bb0794eb6d3891d5f /include/errno.h
parentca69a1484991f8d58cbcca844224e01c5c6eb9b0 (diff)
downloadbarebox-46743ea28f2480065188e77f23a310eefca62aac.tar.gz
barebox-46743ea28f2480065188e77f23a310eefca62aac.tar.xz
svn_rev_369
include asm-generic in errno.h instead of all other files
Diffstat (limited to 'include/errno.h')
-rw-r--r--include/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h
index 56ed0ed9d9..03d1723cac 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -1,6 +1,8 @@
#ifndef __ERRNO_H
#define __ERRNO_H
+#include <asm-generic/errno.h>
+
extern int errno;
void perror(const char *s);