Skip to content

Commit d7356df

Browse files
authored
I think this should also be just errno.h, not sys/errno.h
1 parent 4254da4 commit d7356df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/iOS/vm/OSX/sqMacUnixExternalPrims.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#include <dlfcn.h>
5555
#include <sys/param.h>
5656
#include <sys/stat.h>
57-
#include <sys/errno.h>
57+
#include <errno.h>
5858

5959
/* get a value for RTLD_NOW, with increasing levels of desperation... */
6060

0 commit comments

Comments
 (0)