[...]
In file included from cf-socket.c:56:
In file included from ../lib/urldata.h:168:
../lib/http.h:263:8: error: redefinition of 'http_req'
struct http_req {
^
/usr/include/netinet/tcp.h:466:8: note: previous definition is here
struct http_req {
I would say this is a bug in their netinet/tcp.h header file, but I doubt that helps. We should rename our struct.
The text was updated successfully, but these errors were encountered:
(Found here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271526, reported by "O. Hartmann")
I would say this is a bug in their
netinet/tcp.h
header file, but I doubt that helps. We should rename our struct.The text was updated successfully, but these errors were encountered: