Fix build on FreeBSD.

Notified by Raphael Kubo da Costa.
This commit is contained in:
Enrico Forestieri 2014-07-16 22:25:49 +02:00
parent 0eb2df6ab6
commit 4342411297

View File

@ -23,6 +23,7 @@
#include "support/lassert.h"
#include <limits.h>
#include <locale.h>
#include <stdlib.h>
#ifdef __APPLE__