=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- OpenXM_contrib2/fep/fep_hist.c 2010/04/23 05:34:05 1.5 +++ OpenXM_contrib2/fep/fep_hist.c 2019/12/13 15:41:36 1.6 @@ -2,7 +2,7 @@ #ifndef lint static char rcsid[]= -"$Header: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v 1.5 2010/04/23 05:34:05 ohara Exp $ (SRA)"; +"$Header: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v 1.6 2019/12/13 15:41:36 fujimoto Exp $ (SRA)"; #endif /* lint */ #include @@ -14,7 +14,7 @@ static char rcsid[]= #include "fep_glob.h" #include "fep_funcs.h" -#if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__) || defined(__INTERIX) +#if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__) || defined(__INTERIX) || defined(ANDROID) #include regex_t Re_pat; #define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB))