pkgsrc/x11/xmx/patches/patch-cc

14 lines
408 B
Text
Raw Normal View History

$NetBSD: patch-cc,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/inp.c~ 1998-05-04 15:09:44.000000000 -0400
+++ server/inp.c 2008-08-31 01:35:30.000000000 -0400
@@ -45,6 +45,8 @@
************************************************************************/
#define NEED_REPLIES
#define NEED_EVENTS
+#include <stdlib.h>
+#include <string.h>
#include <X11/Xproto.h>
#include <X11/X.h>
#include <xmc.h>