aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 1510930c9c1..d4b3206a082 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -32,6 +32,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
32#include "keyboard.h" 32#include "keyboard.h"
33#include "intervals.h" 33#include "intervals.h"
34 34
35#ifndef NULL
36#define NULL (void *)0
37#endif
38
35extern Lisp_Object Flookup_key (); 39extern Lisp_Object Flookup_key ();
36 40
37Lisp_Object Qstring_lessp, Qprovide, Qrequire; 41Lisp_Object Qstring_lessp, Qprovide, Qrequire;