From: Sebastian Freundt Date: Thu, 5 Apr 2012 15:15:44 +0000 (+0000) Subject: fix to fix, PEBKAC, also include ent.h goodies in cl-loop code X-Git-Tag: v22.1.15~6^2~1^2 X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=7f75ddb47d7a173112038083911d88c117b9fd37;hp=f4affed39a9f15dd950f4779fe80673c5145c6f7;p=sxemacs fix to fix, PEBKAC, also include ent.h goodies in cl-loop code This changeset cares about a forgotten include in cl-loop.c. * modules/cl/cl-loop.c: include ent.h here Signed-off-by: Sebastian Freundt --- diff --git a/modules/cl/cl-loop.c b/modules/cl/cl-loop.c index 8c40291..41b71a1 100644 --- a/modules/cl/cl-loop.c +++ b/modules/cl/cl-loop.c @@ -40,6 +40,7 @@ #include #include "cl-loop.h" #include "elhash.h" +#include "ent/ent.h" #if !defined EMOD_CL_MONOMOD PROVIDE(cl_loop);