96cd364ee1
Closes #4440
13 lines
237 B
Diff
13 lines
237 B
Diff
--- src/libply/ply-command-parser.c
|
|
+++ src/libply/ply-command-parser.c
|
|
@@ -33,6 +33,10 @@
|
|
#include "ply-list.h"
|
|
#include "ply-utils.h"
|
|
|
|
+#if !defined(__GLIBC__)
|
|
+#include <rpmatch.h>
|
|
+#endif
|
|
+
|
|
typedef union
|
|
{
|
|
bool as_boolean;
|