summaryrefslogtreecommitdiffstats
path: root/include/errno.h
diff options
context:
space:
mode:
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);