]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
MacOSX compile fix.
[lyx.git] / src / support / abort.C
index 588107e20254515157dd6ef4d9cc5274ed79945a..902de762e1b58b564d943e59abdf2765567f0f77 100644 (file)
@@ -3,17 +3,20 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include <stdlib.h>
-
 #include "support/lyxlib.h"
 
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
+
+
 void lyx::support::abort()
 {
        ::abort();