mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-08 22:00:30 +01:00
Merge branch 'glib-tests-on-freebsd' into 'master'
tests: On Unix, include <netinet/in.h> for IPPROTO_TCP See merge request dbus/dbus!167
This commit is contained in:
commit
58d71b797d
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