$NetBSD: patch-ad,v 1.1 2006/11/10 10:07:20 martin Exp $

--- libcdcx.c.orig	2005-09-09 13:38:48.000000000 +0000
+++ libcdcx.c
@@ -31,6 +31,7 @@
  */
 
 
+#include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -285,7 +286,7 @@ struct graph *create_graph(nlines, title
 int nlines;
 char *title;
 char **names;
-int **before, **after;
+int64_t **before, **after;
 u_long *colors;
 u_long backcolor;
 
