These headers are system headers, not local headers

This commit is contained in:
Sam Lantinga 2022-04-30 11:32:04 -07:00
parent 0687128c96
commit 829f6b3d7d
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@
#if defined(__APPLE__)
/* lets us know what version of Mac OS X we're compiling on */
#include "AvailabilityMacros.h"
#include "TargetConditionals.h"
#include <AvailabilityMacros.h>
#include <TargetConditionals.h>
/* Fix building with older SDKs that don't define these
See this for more information: