aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 2ee1947eb48..57a29ff6d48 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -19,12 +19,12 @@ along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 20
21 21
22#include <config.h>
22#include <stdio.h> 23#include <stdio.h>
23#include <sys/types.h> 24#include <sys/types.h>
24#include <sys/stat.h> 25#include <sys/stat.h>
25#include <sys/file.h> 26#include <sys/file.h>
26#include <ctype.h> 27#include <ctype.h>
27#include <config.h>
28#include "lisp.h" 28#include "lisp.h"
29 29
30#ifndef standalone 30#ifndef standalone