diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index 2e6cae310b6..3d71516e2be 100644 --- a/src/undo.c +++ b/src/undo.c @@ -19,7 +19,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" |