Skip to content

Commit 92697f8

Browse files
authored
Merge pull request #1837 from Explorer09/crt-c-include
Fix missing include in CRT.c (sys/stat.h)
2 parents 1823bf0 + de7cd11 commit 92697f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CRT.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ in the source distribution for its full text.
1919
#include <stdlib.h>
2020
#include <string.h>
2121
#include <unistd.h>
22+
#include <sys/stat.h> // IWYU pragma: keep
2223

2324
#include "CommandLine.h"
2425
#include "ProvideCurses.h"

0 commit comments

Comments
 (0)