diff options
author | Ian Moffett <ian@osmora.org> | 2025-03-28 01:15:51 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-03-28 01:15:51 -0400 |
commit | bb7b317966f1110d2dbd49cbf53e53832ab3821b (patch) | |
tree | bfc17ea76348550a84d529f1e9ff0e595cfec9e1 /sys/include/vm | |
parent | 1ebf78d4bba1b50415677a25ea1e1a3a058a2b73 (diff) |
sys: Make proper sys/types.h + add clang nostdincexpt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/vm')
-rw-r--r-- | sys/include/vm/tlsf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/vm/tlsf.h b/sys/include/vm/tlsf.h index e9b5a91..5405927 100644 --- a/sys/include/vm/tlsf.h +++ b/sys/include/vm/tlsf.h @@ -38,7 +38,7 @@ ** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stddef.h>
+#include <sys/types.h>
#if defined(__cplusplus)
extern "C" {
|