Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274012
Collapse All | Expand All

(-)rename-1.3.original/rename.c (-1 / +1 lines)
Lines 63-73 Link Here
63
  #endif
63
  #endif
64
#endif
64
#endif
65
65
66
#if HAVE_REGEX_H
66
#if HAVE_REGEX_H
67
  #include <regex.h>
67
  #include <regex.h>
68
#elif
68
#else
69
  #include "regex.h"
69
  #include "regex.h"
70
#endif
70
#endif
71
71
72
#if HAVE_GETOPT_H
72
#if HAVE_GETOPT_H
73
  #include <getopt.h>
73
  #include <getopt.h>

Return to bug 274012