We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef09616 commit 434af1cCopy full SHA for 434af1c
src/chsrc-main.c
@@ -43,6 +43,8 @@
43
44
#include "framework/core.c"
45
46
+
47
48
#include "recipe/lang/rawstr4c.h"
49
50
#include "recipe/lang/Ruby/Ruby.c"
@@ -86,6 +88,8 @@
86
88
87
89
90
91
+#include "recipe/os/rawstr4c.h"
92
93
#include "recipe/os/APT/common.h"
94
// Debian-based
95
#include "recipe/os/APT/Debian.c"
src/recipe/os/openSUSE.c
@@ -8,8 +8,6 @@
8
* Last Modified : <2025-07-22>
9
* ------------------------------------------------------------*/
10
11
-#include "rawstr4c.h"
12
-
13
/**
14
* @update 2025-06-20
15
*/
0 commit comments