cnijfilter2: add patch to fix missing import (#369086)
This commit is contained in:
@@ -36,6 +36,7 @@ stdenv.mkDerivation {
|
||||
|
||||
patches = [
|
||||
./patches/get_protocol.patch
|
||||
./patches/add_missing_import.patch
|
||||
];
|
||||
|
||||
# lgmon3's --enable-libdir flag is used soley for specifying in which
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
diff --git a/lgmon3/src/keytext.c b/lgmon3/src/keytext.c
|
||||
index 8c15ff8..b80bbe5 100644
|
||||
--- a/lgmon3/src/keytext.c
|
||||
+++ b/lgmon3/src/keytext.c
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <unistd.h>
|
||||
#include <libxml/parser.h> /* Ver.2.80 */
|
||||
#include <string.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#include "keytext.h"
|
||||
|
||||
Reference in New Issue
Block a user