summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comm.c b/src/comm.c
index 1d27f75c5..e7d241d15 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -27,6 +27,8 @@
#include "version.h"
#include "error.h"
+/* Undefine, to avoid warning about redefinition on some systems. */
+#undef min
#define min(x, y) ((x) < (y) ? (x) : (y))
/* The name this program was run with. */