1
0
mirror of synced 2025-01-19 01:24:15 +01:00

sys: Added missing macOS includes

This commit is contained in:
WerWolv 2022-06-30 15:20:13 +02:00
parent cd34d567a7
commit f01e227c87

View File

@ -2,6 +2,8 @@
#include <CoreFoundation/CFBundle.h>
#include <ApplicationServices/ApplicationServices.h>
#include <CoreFoundation/NSUserDefaults.h>
#include <Foundation/Foundation.h>
#include <string.h>
#include <stdlib.h>