$OpenBSD: patch-common_cudfAdd_ml,v 1.1 2015/08/30 15:56:12 avsm Exp $
--- common/cudfAdd.ml.orig	Tue Nov 18 11:42:46 2014
+++ common/cudfAdd.ml	Mon Aug  3 18:07:28 2015
@@ -18,7 +18,7 @@ module OCAMLHashtbl = Hashtbl
 open ExtLib
 
 (* Include internal debugging functions for this module (debug, info, warning, fatal). *)
-include Util.Logging(struct let label = __FILE__ end) ;;
+include Util.Logging(struct let label = "common/cudfAdd.ml" end) ;;
 
 let equal = Cudf.(=%)
 let compare = Cudf.(<%)
