mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Move gdhcp and miracle-dhcp to ./src/dhcp/
Use a common subdirectory for gdhcp so we can easily replace it once sd-dhcp has server-side support. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
47539226cd
commit
8c2f95257c
11 changed files with 12 additions and 28 deletions
|
@ -69,7 +69,7 @@
|
|||
#include <sys/socket.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include "gdhcp/gdhcp.h"
|
||||
#include "dhcp/gdhcp.h"
|
||||
#include "shl_log.h"
|
||||
|
||||
static const char *arg_netdev;
|
Loading…
Add table
Add a link
Reference in a new issue