$NetBSD: patch-ch,v 1.2 2011/07/03 20:15:59 dholland Exp $

- use modern C

--- server/mitauth.c~	1996-04-03 11:41:24.000000000 -0500
+++ server/mitauth.c	2008-08-31 01:37:39.000000000 -0400
@@ -27,6 +27,8 @@
 *	Do that wacky mit magic cookie thing.				*
 *									*
 ************************************************************************/
+#include <stdlib.h>
+#include <string.h>
 #include "xmx.h"
 #include "incl/mitauth.pvt.h"
 
