1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 21:51:56 +00:00

remove redundant path on include

This commit is contained in:
albfan 2015-04-11 23:29:03 +02:00
parent 76b773c491
commit 9a3a2abeab

View file

@ -63,7 +63,7 @@
#include <sys/socket.h>
#include <sys/wait.h>
#include <unistd.h>
#include "dhcp/gdhcp.h"
#include "gdhcp.h"
#include "shl_log.h"
static const char *arg_netdev;