[LOG2LINES]

Try to fix build

svn path=/trunk/; revision=58765
This commit is contained in:
Timo Kreuzer 2013-04-14 20:14:45 +00:00
parent 38ddc8955e
commit f26c89182f

View file

@ -1,6 +1,7 @@
#pragma once
#include <stdio.h>
#include <limits.h>
#include <rsym.h>
#include "config.h"
@ -11,7 +12,7 @@
struct lineinfo_struct
{
int valid;
int valid;
char file1[LINESIZE];
char func1[NAMESIZE];
int nr1;