diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index fdcbebcafff..bc3fe8ee772 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -24,7 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | #include <sys/stat.h> | 24 | #include <sys/stat.h> |
| 25 | #include <sys/file.h> | 25 | #include <sys/file.h> |
| 26 | #include <ctype.h> | 26 | #include <ctype.h> |
| 27 | #undef NULL | ||
| 28 | #include "config.h" | 27 | #include "config.h" |
| 29 | #include "lisp.h" | 28 | #include "lisp.h" |
| 30 | 29 | ||