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