diff options
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index 34e69da9cc5..4aa1b75cd8c 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -35,7 +35,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 35 | 35 | ||
| 36 | #include <sys/types.h> | 36 | #include <sys/types.h> |
| 37 | #include <setjmp.h> | 37 | #include <setjmp.h> |
| 38 | #include <intprops.h> | 38 | |
| 39 | #include "lisp.h" | 39 | #include "lisp.h" |
| 40 | #include "character.h" | 40 | #include "character.h" |
| 41 | #include "buffer.h" | 41 | #include "buffer.h" |