Skip to content

Commit a6611ea

Browse files
authored
Crashlytics add missing headers for builds (#5727)
1 parent 20dfcbc commit a6611ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Crashlytics/Crashlytics/Helpers/FIRCLSFile.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
#include <stdint.h>
1919
#include <sys/cdefs.h>
2020

21+
// Required for 1P builds
22+
#include <stddef.h>
23+
#include <sys/types.h>
24+
#include <unistd.h>
25+
2126
#if defined(__OBJC__)
2227
#import <Foundation/Foundation.h>
2328
#endif

0 commit comments

Comments
 (0)