diff lib-src/etags.c @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 8eaf7971accc
line wrap: on
line diff
--- a/lib-src/etags.c	Mon Aug 13 09:39:46 2007 +0200
+++ b/lib-src/etags.c	Mon Aug 13 09:40:41 2007 +0200
@@ -86,7 +86,7 @@
 #endif
 
 #ifdef LONG_OPTIONS
-# include <getopt.h>
+# include "getopt.h"
 #else
 # define getopt_long(argc,argv,optstr,lopts,lind) getopt (argc, argv, optstr)
   extern char *optarg;
@@ -94,7 +94,7 @@
 #endif /* LONG_OPTIONS */
 
 #ifdef ETAGS_REGEXPS
-# include <regex.h>
+# include "../src/regex.h"
 #endif /* ETAGS_REGEXPS */
 
 /* Define CTAGS to make the program "ctags" compatible with the usual one.