]> git.lyx.org Git - features.git/commitdiff
climits
authorGuillaume Munch <gm@lyx.org>
Sat, 11 Jun 2016 11:13:00 +0000 (12:13 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 12 Jun 2016 18:17:33 +0000 (19:17 +0100)
It's as you prefer, Jean-Marc.

src/support/filetools.cpp

index 054a5ffd347047866b043bd1895d9cbb5a9056f8..fbc8711b15b5ef91cd8fff46573169370f5e28e2 100644 (file)
@@ -42,7 +42,6 @@
 #include "support/lassert.h"
 #include "support/regex.h"
 
-#include <limits.h>
 #include <fcntl.h>
 #ifdef HAVE_MAGIC_H
 #include <magic.h>
@@ -52,6 +51,7 @@
 #endif
 
 #include <cerrno>
+#include <climits>
 #include <cstdlib>
 #include <cstdio>