diff options
Diffstat (limited to 'user/chrony/fix-tests.patch')
-rw-r--r-- | user/chrony/fix-tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/chrony/fix-tests.patch b/user/chrony/fix-tests.patch new file mode 100644 index 000000000..6291fb046 --- /dev/null +++ b/user/chrony/fix-tests.patch @@ -0,0 +1,12 @@ +diff -upr chrony-3.2.orig/test/unit/test.c chrony-3.2/test/unit/test.c +--- chrony-3.2.orig/test/unit/test.c 2017-11-29 11:32:23.610059580 +0100 ++++ chrony-3.2/test/unit/test.c 2017-11-29 11:32:51.213742887 +0100 +@@ -23,6 +23,8 @@ + #include <logging.h> + #include <localp.h> + ++#include <sys/param.h> ++ + #include "test.h" + + void |