From f26c89182ff56f5f9bb3a187190e87209b40af9b Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 14 Apr 2013 20:14:45 +0000 Subject: [PATCH] [LOG2LINES] Try to fix build svn path=/trunk/; revision=58765 --- reactos/tools/log2lines/log2lines.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/tools/log2lines/log2lines.h b/reactos/tools/log2lines/log2lines.h index f7fd9ff8e87..ae73f96497d 100644 --- a/reactos/tools/log2lines/log2lines.h +++ b/reactos/tools/log2lines/log2lines.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include "config.h" @@ -11,7 +12,7 @@ struct lineinfo_struct { - int valid; + int valid; char file1[LINESIZE]; char func1[NAMESIZE]; int nr1;