$NetBSD: patch-eb,v 1.2 2011/07/03 20:16:00 dholland Exp $

- use modern C

--- clients/xmtg/node.c~	1997-05-21 13:15:03.000000000 -0400
+++ clients/xmtg/node.c	2008-08-31 02:30:34.000000000 -0400
@@ -33,6 +33,7 @@
 #define MAXHOSTNAMELEN  not_defined
 #endif
 #endif
+#include <stdlib.h>
 
 #include <X11/Intrinsic.h>
 #include "ig.h"
