]> code.delx.au - gnu-emacs/blobdiff - src/keymap.h
Make src headers idempotent and standalone
[gnu-emacs] / src / keymap.h
index 215dd3f289fb595104459c194dd742ccbbfce6a9..e7a3b0a243657a0c25a8c5660f9f54c615aa9fc8 100644 (file)
@@ -19,6 +19,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef KEYMAP_H
 #define KEYMAP_H
 
+#include "lisp.h"
+
 /* The maximum byte size consumed by push_key_description.
    All callers should assure that at least this size of memory is
    allocated at the place pointed by the second argument.