[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#518733: acfax: FTBFS: DirMgr.c:358: error: 'RE_SYNTAX_EGREP' undeclared (first use in this function)



tags 518733 +patch
thanks

patch is attatched

diff -ur acfax-981011/DirMgr.c acfax-981011.new/DirMgr.c
--- acfax-981011/DirMgr.c	1995-06-24 16:33:27.000000000 +0000
+++ acfax-981011.new/DirMgr.c	2009-03-08 17:09:01.000000000 +0000
@@ -21,6 +21,10 @@
  * 	
  */ 
 
+#define _GNU_SOURCE
+#include <stdlib.h>
+#include <regex.h>
+
 #include "DirMgr.h"
 
 #ifndef NO_REGEXP

Reply to: