Missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
PKG_NAME:=dahdi-tools
PKG_VERSION:=3.1.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-tools/releases
--- /dev/null
+--- a/xpp/hexfile.h
++++ b/xpp/hexfile.h
+@@ -26,6 +26,7 @@
+ #include <stdarg.h>
+ #include <stdio.h>
+ #include <stdint.h>
++#include <sys/cdefs.h>
+ #include <sys/param.h>
+ #include <syslog.h>
+ #define PACKED __attribute__((packed))