* emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.
[bpt/emacs.git] / src / lisp.h
index 517d0ab..ba36a32 100644 (file)
@@ -3786,6 +3786,7 @@ extern Lisp_Object Qfont_param;
 
 /* Defined in gfilenotify.c */
 #ifdef HAVE_GFILENOTIFY
+extern void globals_of_gfilenotify (void);
 extern void syms_of_gfilenotify (void);
 #endif