diff options
Diffstat (limited to 'libs')
-rw-r--r-- | libs/web/src/template_lmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/src/template_lmo.h b/libs/web/src/template_lmo.h index a40d7587a..57f59aa56 100644 --- a/libs/web/src/template_lmo.h +++ b/libs/web/src/template_lmo.h @@ -32,6 +32,7 @@ #include <fnmatch.h> #include <dirent.h> #include <ctype.h> +#include <limits.h> #if (defined(__GNUC__) && defined(__i386__)) #define sfh_get16(d) (*((const uint16_t *) (d))) |