From e447090093a01fea0b27c4340fcb54bbf9ae3396 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 5 Sep 2021 19:04:21 +0200 Subject: error out when <*/types.h> isn't included in headers which need it --- src/init/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/init/types.h') diff --git a/src/init/types.h b/src/init/types.h index d06d171..2c56484 100644 --- a/src/init/types.h +++ b/src/init/types.h @@ -1,2 +1,4 @@ #pragma once + +#define TYPES_INCLUDED typedef char* user_ptr; -- cgit v1.2.3