mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-03 15:01:44 +01:00
14 lines
301 B
Diff
14 lines
301 B
Diff
--- a/src/libide/foundry/ide-simple-build-system-discovery.c
|
|
+++ b/src/libide/foundry/ide-simple-build-system-discovery.c
|
|
@@ -27,6 +27,10 @@
|
|
#endif
|
|
#include <fnmatch.h>
|
|
|
|
+#if !defined(FNM_EXTMATCH)
|
|
+#define FNM_EXTMATCH 0
|
|
+#endif
|
|
+
|
|
#include "ide-simple-build-system-discovery.h"
|
|
|
|
typedef struct
|