diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 09:58:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 09:58:36 +0000 |
commit | c69e2b15557930f80331c99e9b6eb1749c207c49 (patch) | |
tree | 1e997d11c196ad1675921cb8999d626e7d562e85 /include-config-h-cmdlang.patch | |
parent | edb8fb8cbc688fe242c276e0def37f4da64a1a63 (diff) |
automatic import of OpenIPMIopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'include-config-h-cmdlang.patch')
-rw-r--r-- | include-config-h-cmdlang.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include-config-h-cmdlang.patch b/include-config-h-cmdlang.patch new file mode 100644 index 0000000..4f9fcab --- /dev/null +++ b/include-config-h-cmdlang.patch @@ -0,0 +1,12 @@ +diff -up OpenIPMI-2.0.32/cmdlang/cmdlang.c~ OpenIPMI-2.0.32/cmdlang/cmdlang.c +--- OpenIPMI-2.0.32/cmdlang/cmdlang.c~ 2021-01-22 19:51:28.000000000 +0100 ++++ OpenIPMI-2.0.32/cmdlang/cmdlang.c 2022-01-28 11:55:42.375470392 +0100 +@@ -32,6 +32,8 @@ + */ + + ++#include <config.h> ++ + #include <errno.h> + #include <string.h> + #include <ctype.h> |