From 4ecc22f1fc1e902e4a6d98fdea51fda1a29d1904 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 28 Dec 2015 13:23:56 -0500 Subject: fix things --- src/netcosm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/netcosm.h') diff --git a/src/netcosm.h b/src/netcosm.h index d0d4dea..5c308b5 100644 --- a/src/netcosm.h +++ b/src/netcosm.h @@ -96,6 +96,7 @@ #define ARRAYLEN(x) (sizeof(x)/sizeof(x[0])) #define MAX(a,b) ((a>b)?(a):(b)) +#define MIN(a,b) ((a