1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 13:11:55 +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:
David Herrmann 2014-05-08 11:07:30 +02:00
parent e2781c0a7a
commit b5f4870edc

View file

@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <systemd/sd-bus.h>