mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
Fix for linux build (#include "..\ -> #include "../).
svn path=/trunk/; revision=26696
This commit is contained in:
parent
384af65d69
commit
5e9f050616
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <internal/debug.h>
|
||||
|
||||
#include "cm.h"
|
||||
#include "..\config\cm.h"
|
||||
#include "../config/cm.h"
|
||||
|
||||
/* LOCAL MACROS *************************************************************/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <internal/debug.h>
|
||||
|
||||
#include "cm.h"
|
||||
#include "..\config\cm.h"
|
||||
#include "../config/cm.h"
|
||||
|
||||
#if defined (ALLOC_PRAGMA)
|
||||
#pragma alloc_text(INIT, CmInitSystem1)
|
||||
|
|
Loading…
Reference in a new issue