]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
MacOSX compile fix.
[lyx.git] / src / support / abort.C
index 97eda877470730caad099afa366189826df8538d..902de762e1b58b564d943e59abdf2765567f0f77 100644 (file)
@@ -12,7 +12,9 @@
 
 #include "support/lyxlib.h"
 
-#include <stdlib.h>
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
 
 
 void lyx::support::abort()