Skip to content

Commit b203399

Browse files
dankmvstinner
andauthored
Update Modules/posixmodule.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent a3d4868 commit b203399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
#endif
150150

151151
#ifdef HAVE_SYS_RANDOM_H
152-
# include <sys/random.h> // GRND_RANDOM on FreeBSD and NetBSD
152+
# include <sys/random.h> // GRND_RANDOM on FreeBSD and NetBSD
153153
#endif
154154
#ifdef HAVE_LINUX_RANDOM_H
155155
# include <linux/random.h> // GRND_RANDOM

0 commit comments

Comments
 (0)