]> jfr.im git - solanum.git/commit
authd/providers/opm.c: include <netinet/tcp.h> (#318)
authorAaron Jones <redacted>
Fri, 8 Apr 2022 16:47:18 +0000 (16:47 +0000)
committerGitHub <redacted>
Fri, 8 Apr 2022 16:47:18 +0000 (09:47 -0700)
commit80d71456cf13400f1bb97be03a29f9b085fd3309
treebdcc4d1ebbb31578f1c1f5aeefb1d4ec219bed4f
parent9dd98618d044c63ba4d30c79350f4b6a4a2c3453
authd/providers/opm.c: include <netinet/tcp.h> (#318)

This header defines the TCP_NODELAY flag, which this compilation
unit uses.

Other C libraries implicitly include this header from some other
header we are using (I have not investigated which), but musl's
system headers do not, which breaks building on musl.

Reported-by: 0x5c <redacted>
authd/providers/opm.c