mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Need htonll and ntohll.
This commit is contained in:
@ -148,7 +148,7 @@ AC_CHECK_FUNCS([ \
|
||||
prctl \
|
||||
proc_pidinfo \
|
||||
getpeerucred \
|
||||
sysconf \
|
||||
sysconf
|
||||
])
|
||||
|
||||
# Check for functions with a compatibility implementation.
|
||||
@ -165,7 +165,9 @@ AC_REPLACE_FUNCS([ \
|
||||
getpeereid \
|
||||
getline \
|
||||
getprogname \
|
||||
htonll \
|
||||
memmem \
|
||||
ntohll \
|
||||
setenv \
|
||||
setproctitle \
|
||||
strcasestr \
|
||||
|
Reference in New Issue
Block a user