fix to fix, PEBKAC, also include ent.h goodies in cl-loop code
authorSebastian Freundt <freundt@ga-group.nl>
Thu, 5 Apr 2012 15:15:44 +0000 (15:15 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Thu, 5 Apr 2012 15:15:44 +0000 (15:15 +0000)
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 <freundt@ga-group.nl>
modules/cl/cl-loop.c

index 8c40291..41b71a1 100644 (file)
@@ -40,6 +40,7 @@
 #include <sxemacs.h>
 #include "cl-loop.h"
 #include "elhash.h"
+#include "ent/ent.h"
 
 #if !defined EMOD_CL_MONOMOD
 PROVIDE(cl_loop);