freebsd-ports/sysutils/cfengine-devel/files/patch-src-files_select.c
Steve Wills 4c4b6e0f56 - Update to 3.4.0b2,1
- Fix build with clang

PR:		ports/172307
Approved by:	maintainer (cy)
2012-10-04 01:41:47 +00:00

10 lines
363 B
C

--- src/files_select.c.orig 2012-10-03 17:59:39.000000000 +0000
+++ src/files_select.c 2012-10-03 18:00:44.000000000 +0000
@@ -27,6 +27,7 @@
#include "env_context.h"
#include "files_names.h"
+#include "promises.h"
static int SelectTypeMatch(struct stat *lstatptr, Rlist *crit);
static int SelectOwnerMatch(char *path, struct stat *lstatptr, Rlist *crit);