mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 20:58:12 +02:00
Merge branch 'cherry-pick-f0e526bc' into 'dbus-1.12'
tests: On Unix, include <netinet/in.h> for IPPROTO_TCP See merge request dbus/dbus!168
This commit is contained in:
commit
c634f085f7
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
# include <windows.h>
|
||||
#else
|
||||
# include <netdb.h>
|
||||
# include <netinet/in.h>
|
||||
# include <signal.h>
|
||||
# include <unistd.h>
|
||||
# include <sys/socket.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue