--- src/LYCharSets.c.orig	2007-03-30 09:19:48.000000000 -0400
+++ src/LYCharSets.c	2007-03-30 09:20:09.000000000 -0400
@@ -870,7 +870,7 @@
  */
 UCode_t HTMLGetEntityUCValue(const char *name)
 {
-#include <entities.h>
+#include "chrtrans/entities.h"
 
     UCode_t value = 0;
     size_t i, high, low;