diff --git a/package/libargtable2/0001-apply-uint-patch.patch b/package/libargtable2/0001-apply-uint-patch.patch new file mode 100644 index 0000000000..fed0307852 --- /dev/null +++ b/package/libargtable2/0001-apply-uint-patch.patch @@ -0,0 +1,25 @@ +From 3fe1ce4d7aa7c4fc16471a9ab023ecf6628c2f11 Mon Sep 17 00:00:00 2001 +From: Chris McClelland +Date: Thu, 12 Nov 2020 14:18:27 +0000 +Subject: [PATCH] Apply uint patch + +Upstream: https://github.com/makestuff/libargtable2/commit/3fe1ce4d7aa7c4fc16471a9ab023ecf6628c2f11 +[thomas: strip to only have the include] +Signed-off-by: Thomas Perale +--- + src/arg_int.c | 2 ++ + 1 files changed, 2 insertions(+) + +diff --git a/src/arg_int.c b/src/arg_int.c +index 29c20e5..c51706a 100644 +--- a/src/arg_int.c ++++ b/src/arg_int.c +@@ -24,6 +24,8 @@ USA. + #include "config.h" + #endif + ++#include ++ + /* #ifdef HAVE_STDLIB_H */ + #include + /* #endif */