I am totally unsure why this exists in devel:tools:building, AFAICS it's exclusively used (at build-time) by Virtualbox... OBS-URL: https://build.opensuse.org/request/show/214462 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=21
15 lines
322 B
Diff
15 lines
322 B
Diff
--- a/src/kmk/dir.c 2013-12-06 18:40:31.882478000 +0100
|
||
+++ b/src/kmk/dir.c 2014-01-17 10:09:40.546258127 +0100
|
||
@@ -1310,7 +1310,11 @@
|
||
|
||
/* Hooks for globbing. */
|
||
|
||
+#ifdef KMK
|
||
+#include "glob/glob.h"
|
||
+#else
|
||
#include <glob.h>
|
||
+#endif
|
||
|
||
/* Structure describing state of iterating through a directory hash table. */
|
||
|