[HsFFI.h is not in C include path.
coreyoconnor@gmail.com**20090622022703
 Ignore-this: 9593b1649d703422dab20eb5125cd605
 Unable to compile due to missing HsFFI.h. I think the intention is to use the include file it the
 "data" folder. Updating Makefile accordingly.
] hunk ./Makefile.am 14
-MY_CINCLUDES= -I$(srcdir)/StringTable -I$(srcdir)/cbits -I$(builddir)/cbits
+MY_CINCLUDES= -I$(srcdir)/data -I$(srcdir)/StringTable -I$(srcdir)/cbits -I$(builddir)/cbits