mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:11:54 +00:00
test: include sys/socket.h to suppress warnings
We use pipes and socketpairs, so include socket.h. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
e2781c0a7a
commit
b5f4870edc
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <systemd/sd-bus.h>
|
#include <systemd/sd-bus.h>
|
||||||
|
|
Loading…
Reference in a new issue