X Tutup
Skip to content

Commit f848976

Browse files
committed
lldp: include sys/types.h in sd-lldp.h
After all, we use clockid_t which is defined there.
1 parent a1fb61b commit f848976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systemd/sd-lldp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <inttypes.h>
2525
#include <net/ethernet.h>
26+
#include <sys/types.h>
2627

2728
#include "sd-event.h"
2829

0 commit comments

Comments
 (0)
X Tutup