got these swapped, should be the other way around

This commit is contained in:
Isaac Connor 2015-01-03 13:59:23 -05:00
parent 14c65aefd2
commit af570259d1
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@
#include <getopt.h>
#include <signal.h>
#if defined(BSD)
#include <limits.h>
#else
#include <values.h>
#else
#include <limits.h>
#endif
#include "zm.h"