# | Line 30 | Line 30 | UnlockRng | |
---|---|---|
30 | (SetForeignPrivs) | |
31 | */ | |
32 | ||
33 | + | #include "sysdeps.h" |
34 | + | |
35 | #include <sys/types.h> | |
36 | #include <sys/stat.h> | |
37 | + | #include <string.h> |
38 | #include <stdio.h> | |
39 | #include <stdlib.h> | |
40 | #include <unistd.h> | |
41 | + | #include <fcntl.h> |
42 | #include <dirent.h> | |
43 | #include <errno.h> | |
44 | ||
41 | – | #include "sysdeps.h" |
45 | #include "cpu_emulation.h" | |
46 | #include "macos_util.h" | |
47 | #include "emul_op.h" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |