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

- use modern C

--- server/am.c~	1998-04-28 17:35:06.000000000 -0400
+++ server/am.c	2008-08-31 01:07:31.000000000 -0400
@@ -33,6 +33,7 @@
 ************************************************************************/
 #define AM_C
 
+#include <stdlib.h>
 #include "xmx.h"
 #include "am.h"
 #include "incl/am.pvt.h"
