don't do the #includes when cstd.h is used on c++

This commit is contained in:
nhmall
2023-05-22 13:41:47 -04:00
parent 1f8b3dfef5
commit aab3bd695e
+2
View File
@@ -49,9 +49,11 @@
* <uchar.h> (C11) UTF-16 and UTF-32 character utilities * <uchar.h> (C11) UTF-16 and UTF-32 character utilities
* *
*/ */
#if !defined(__cplusplus)
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
#endif /* !__cplusplus */
#endif /* CSTD_H */ #endif /* CSTD_H */