From b845a105f52c3401a0c12e06b88ed43481df9263 Mon Sep 17 00:00:00 2001 From: andrunko Date: Mon, 19 Nov 2007 19:44:45 +0000 Subject: [PATCH] Fixed include directive. SVN revision: 32778 --- src/bin/e_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_entry.c b/src/bin/e_entry.c index 8a7be3117..040258a9c 100644 --- a/src/bin/e_entry.c +++ b/src/bin/e_entry.c @@ -3,7 +3,7 @@ */ #include "e.h" -#include +#include typedef struct _E_Entry_Smart_Data E_Entry_Smart_Data;