aboutsummaryrefslogtreecommitdiffstats
path: root/include/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/error.h')
-rw-r--r--include/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/error.h b/include/error.h
index 36cdacc..f38ee44 100644
--- a/include/error.h
+++ b/include/error.h
@@ -17,8 +17,9 @@
*/
#ifndef _ERROR_H
#define _ERROR_H
-#ifndef _PORTABLE_SOURCE
#include <slibc/version.h>
+#include <slibc/features.h>
+#ifndef __PORTABLE
#ifndef _SLIBC_SUPPRESS_WARNINGS
# warning "Please consider not using <error.h>."
@@ -26,7 +27,6 @@
#include <slibc/features.h>
-#include <stdarg.h>