Skip to content

Commit 9da1caa

Browse files
committed
Fix compile
1 parent 0001a26 commit 9da1caa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/control.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
#ifndef CONTROL_H
3030
#define CONTROL_H
3131

32+
#include <sys/socket.h>
33+
3234
#include <stdbool.h>
3335

34-
#include "dhcpcd.h"
3536
#include "queue.h"
3637

3738
#if !defined(CTL_FREE_LIST)

0 commit comments

Comments
 (0)