diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 7480d89234e..7aeef15e5d4 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 28 | #define MAXPATHLEN 1024 | 28 | #define MAXPATHLEN 1024 |
| 29 | #endif /* not MAXPATHLEN */ | 29 | #endif /* not MAXPATHLEN */ |
| 30 | 30 | ||
| 31 | #include "config.h" | 31 | #include <config.h> |
| 32 | #include "lisp.h" | 32 | #include "lisp.h" |
| 33 | #include "intervals.h" | 33 | #include "intervals.h" |
| 34 | #include "window.h" | 34 | #include "window.h" |