parent
9f193a56c9
commit
682027e95a
1 changed files with 10 additions and 0 deletions
10
srcpkgs/chrony/patches/0001-add-missing-sys-param_h.patch
Normal file
10
srcpkgs/chrony/patches/0001-add-missing-sys-param_h.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- test/unit/test.c
|
||||
+++ test/unit/test.c
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <sysincl.h>
|
||||
#include <logging.h>
|
||||
#include <localp.h>
|
||||
+#include <sys/param.h> /* for MIN */
|
||||
|
||||
#include "test.h"
|
||||
|
Loading…
Reference in a new issue