mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[LOG2LINES]
Try to fix build svn path=/trunk/; revision=58765
This commit is contained in:
parent
38ddc8955e
commit
f26c89182f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue