Add <limits.h> for INT_MAX, needed on Solaris

This commit is contained in:
Love Hornquist Astrand
2009-08-14 03:05:18 +02:00
parent af3a494387
commit 57393f7b86

View File

@@ -35,6 +35,7 @@
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include "base64.h"
static const char base64_chars[] =