aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdint.h')
-rw-r--r--include/stdint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdint.h b/include/stdint.h
index a8cb426..d9e0dcd 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -18,6 +18,7 @@
#ifndef _STDINT_H
#define _STDINT_H
#include <slibc/version.h>
+#include <slibc/features.h>
@@ -376,7 +377,7 @@
#define SSIZE_MIN INTPTR_MIN
-#ifndef _PORTABLE_SOURCE
+#ifndef __PORTABLE
/**
* Maximum value of `wchar_t`.
*/