diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index a829fdc35a8..24b6da53d5e 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -32,6 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 32 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
| 33 | 33 | ||
| 34 | #include "../src/config.h" | 34 | #include "../src/config.h" |
| 35 | #undef static | ||
| 35 | 36 | ||
| 36 | #include "getopt.h" | 37 | #include "getopt.h" |
| 37 | 38 | ||