mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
This is a replacement for patchwork patch 979. Please reject patch 979 Version bump from 0.9.45 to 0.9.46 Minor patch for missing include in clif.h Thanks to xming for C89 with GNU extensions flag
11 lines
220 B
Diff
11 lines
220 B
Diff
--- open-lldp-0.9.46/include/clif.h
|
|
+++ ../clif.h.patched
|
|
@@ -34,6 +34,7 @@
|
|
|
|
#include <sys/un.h>
|
|
#include "clif_sock.h"
|
|
+#include <sys/types.h>
|
|
|
|
/**
|
|
* struct clif - Internal structure for client interface library
|