diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-10 13:00:39 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-10 13:02:00 -0600 |
commit | 6623fd4551e2fbe918b31d6f2392bfc2b8224603 (patch) | |
tree | c4c42f1f12fbb2b324c5ae331cb5d0da1772616b /package/libtirpc/patches/patch-src_debug_h | |
parent | 6bda4b4924af954486482f313b058d556129f0d9 (diff) |
update to latest upstream version
Diffstat (limited to 'package/libtirpc/patches/patch-src_debug_h')
-rw-r--r-- | package/libtirpc/patches/patch-src_debug_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libtirpc/patches/patch-src_debug_h b/package/libtirpc/patches/patch-src_debug_h new file mode 100644 index 000000000..c6cfa5dc1 --- /dev/null +++ b/package/libtirpc/patches/patch-src_debug_h @@ -0,0 +1,10 @@ +--- libtirpc-0.2.5.orig/src/debug.h 2014-08-08 11:24:34.000000000 -0500 ++++ libtirpc-0.2.5/src/debug.h 2015-02-10 11:32:36.946998399 -0600 +@@ -21,6 +21,7 @@ + + #ifndef _DEBUG_H + #define _DEBUG_H ++#include <stdarg.h> + #include <syslog.h> + + extern int libtirpc_debug_level; |