$OpenBSD: patch-modules_s_usrloc_ucontact_c,v 1.1 2012/05/09 21:27:47 sthen Exp $
--- modules_s/usrloc/ucontact.c.orig	Thu Apr 19 15:10:25 2012
+++ modules_s/usrloc/ucontact.c	Mon Apr 23 23:17:24 2012
@@ -38,6 +38,7 @@
 
 #include "ucontact.h"
 #include <string.h>             /* memcpy */
+#include <sys/param.h>
 #include "../../mem/shm_mem.h"
 #include "../../ut.h"
 #include "../../dprint.h"
@@ -49,8 +50,6 @@
 #include "ul_callback.h"
 #include "reg_avps.h"
 #include "reg_avps_db.h"
-
-#define	MIN(x, y)	((x) < (y) ? (x) : (y))
 
 /*
  * Create a new contact structure
