correct the include guard

This commit is contained in:
auronandace
2026-06-23 10:53:40 +01:00
parent df380e5dd0
commit 281b6fcd44
+1 -1
View File
@@ -8,7 +8,7 @@ after_includes = """
#include <bits/ssize-t.h> // for ssize_t from sys/types.h
#include <bits/iovec.h> // for iovec
#if defined(_BSD_SOURCE) || defined(_GNU_SOURCE)
#if defined(_BSD_SOURCE) || defined(_DEFAULT_SOURCE)
#include <bits/uio.h> // for Non-POSIX functions preadv and pwritev
#endif
"""