Skip to content

Commit 509c0ea

Browse files
committed
Add TargetConditionals.h header include in config.def.h
1 parent d113e2a commit 509c0ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config.def.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020

2121
#include <boolean.h>
2222
#include <audio/audio_resampler.h>
23+
24+
#ifdef __MACH__
25+
#include <TargetConditionals.h>
26+
#endif
27+
2328
#include "configuration.h"
2429
#include "gfx/video_defines.h"
2530
#include "input/input_defines.h"

0 commit comments

Comments
 (0)