aports/main/open-lldp/clif.h.patch
ScrumpyJack 4e48df9ebb main/open-lldp: build fix
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
2015-11-11 20:27:05 +01:00

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