Include stdint.h for intmax_t.

This commit is contained in:
Daniel O'Connor 2012-09-06 15:26:40 +09:30
parent 3067d74569
commit 03275f410f

1
log.c
View File

@ -31,6 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdint.h>
#include "log.h"
#include "net.h"