diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index c73a9cc3263..2bf51c48883 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -26,6 +26,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #ifndef EMACS_CODING_H | 26 | #ifndef EMACS_CODING_H |
| 27 | #define EMACS_CODING_H | 27 | #define EMACS_CODING_H |
| 28 | 28 | ||
| 29 | #include "lisp.h" | ||
| 30 | |||
| 29 | /* Index to arguments of Fdefine_coding_system_internal. */ | 31 | /* Index to arguments of Fdefine_coding_system_internal. */ |
| 30 | 32 | ||
| 31 | enum define_coding_system_arg_index | 33 | enum define_coding_system_arg_index |