]> git.lyx.org Git - lyx.git/blobdiff - src/support/atexit.c
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / atexit.c
index 55d0199ae2b11a7166ba6496eda52412f703636c..4331809fc33997c7e5703a6b7aca2bfa5a43c94d 100644 (file)
@@ -5,6 +5,8 @@
  * This function is in the public domain.  --Mike Stump.
  */
 
+#include <config.h>
+
 #ifndef NEED_on_exit
 int atexit(void (*f)())
 {