diff options
| author | Richard M. Stallman | 1993-05-25 21:03:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-25 21:03:28 +0000 |
| commit | b827c6c13d7e866cba0940c023bba0e13d6b45ec (patch) | |
| tree | 46505bda357eeee1b9de6e0a0847bd8ffdec37f4 /lib-src | |
| parent | f4531fd6189dc945defd22768b9bbdcf096b8cc8 (diff) | |
| download | emacs-b827c6c13d7e866cba0940c023bba0e13d6b45ec.tar.gz emacs-b827c6c13d7e866cba0940c023bba0e13d6b45ec.zip | |
Include ../src/config.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 443f0ea933c..dd1153e2054 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -31,6 +31,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 31 | #include <sys/types.h> | 31 | #include <sys/types.h> |
| 32 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
| 33 | 33 | ||
| 34 | #include "../src/config.h" | ||
| 35 | |||
| 34 | #include "getopt.h" | 36 | #include "getopt.h" |
| 35 | 37 | ||
| 36 | #ifdef __GNUC__ | 38 | #ifdef __GNUC__ |