summaryrefslogtreecommitdiff
path: root/include/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stddef.h b/include/stddef.h
index bb8d1925..dfae9a12 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -1,6 +1,9 @@
#ifndef __STDDEF_H
#define __STDDEF_H
+#define __BITS_ERRNO_H_
+#include <bits/errno.h>
+
#ifndef NULL
#define NULL ((void *)0)
#endif