Commit 480334080262a705bc029d0acb62d49900bfbe3c

Aaron Dierking 2018-06-14T11:38:32

Provide a <sys/param.h> with MIN() and MAX() Windows doesn't provide <sys/param.h>. Several libbsd sources require it for MIN(), and these are useful non-system-specific macros anyway. Signed-off-by: Guillem Jover <guillem@hadrons.org>