]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / abort.C
index 97eda877470730caad099afa366189826df8538d..f598264f3e193cea99617dfad2fbaad8099625d3 100644 (file)
 
 #include "support/lyxlib.h"
 
-#include <stdlib.h>
+
+namespace lyx {
+
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
 
 
 void lyx::support::abort()
 {
        ::abort();
 }
+
+
+} // namespace lyx