Skip to content

Commit f457175

Browse files
MarcusCalhoun-Lopezmascguy
authored andcommitted
ensure NULL is defined in symbol aliases source
1 parent a1e2bb0 commit f457175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/macports_legacy_symbol_aliases.c

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ void __bzero(void *s, size_t n) { bzero(s, n); }
3131
#if __MP_LEGACY_SUPPORT_SYMBOL__dirfd__
3232
#include <dirent.h>
3333
#include <errno.h>
34+
#include <stddef.h>
3435
/*
3536
The need for this function is highly limited.
3637
Prior to 10.8, `dirfd` was a macro`.

0 commit comments

Comments
 (0)