FreeBSD fix

pull/775/head
Isaac Connor 2015-02-24 09:22:55 -05:00
parent 52938920de
commit c7dc157f4d
1 changed files with 5 additions and 1 deletions

View File

@ -19,12 +19,16 @@
#include <getopt.h>
#include <signal.h>
#if defined(BSD)
#if defined(__FreeBSD__)
#include <limits.h>
#else
#include <values.h>
#endif
#if !defined(MAXINT)
#define MAXINT INT_MAX
#endif
#include "zm.h"
#include "zm_db.h"
#include "zm_time.h"