Skip to content

Commit cb85833

Browse files
format
1 parent bd91540 commit cb85833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/unistd/linux/getentropy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
#include "src/unistd/getentropy.h"
1010
#include "hdr/errno_macros.h"
11+
#include "src/__support/OSUtil/syscall.h"
1112
#include "src/__support/common.h"
1213
#include "src/errno/libc_errno.h"
13-
#include "src/__support/OSUtil/syscall.h"
1414

1515
#include <sys/syscall.h> // For syscall numbers.
1616

0 commit comments

Comments
 (0)