]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / abort.C
index 342dad61c72f53d18e1232373dce621e819640b6..f598264f3e193cea99617dfad2fbaad8099625d3 100644 (file)
@@ -5,16 +5,25 @@
  *
  * \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"
 
+
+namespace lyx {
+
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
+
+
 void lyx::support::abort()
 {
        ::abort();
 }
+
+
+} // namespace lyx