aboutsummaryrefslogtreecommitdiffstats
path: root/include/slibc-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-31 22:36:29 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-31 22:39:01 +0200
commitc72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa (patch)
tree4feb0be62f8d486135e58130c7b541330b01f17f /include/slibc-error.h
parentm (diff)
downloadslibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.gz
slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.bz2
slibc-c72a4e5dd7aa33fc04c0c2fb4bf6564f179966aa.tar.xz
add _LIBRARY_HEADER
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/slibc-error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/slibc-error.h b/include/slibc-error.h
index 6232aab..086ad31 100644
--- a/include/slibc-error.h
+++ b/include/slibc-error.h
@@ -17,11 +17,11 @@
*/
#ifndef _SLIBC_ERROR_H
#define _SLIBC_ERROR_H
-#ifndef _PORTABLE_SOURCE
#include <slibc/version.h>
+#include <slibc/features.h>
+#ifndef __PORTABLE
-#include <slibc/features.h>
#include <stdarg.h>
#include <errno.h>