mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed includes to compile.
svn path=/trunk/; revision=2020
This commit is contained in:
parent
965c424c85
commit
b1cc45efd9
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: main.c,v 1.98 2001/06/29 20:43:55 ekohl Exp $
|
||||
/* $Id: main.c,v 1.99 2001/06/29 21:08:50 ea Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/ke/main.c
|
||||
|
@ -39,7 +39,7 @@
|
|||
#include <internal/ke.h>
|
||||
#include <internal/io.h>
|
||||
#include <internal/po.h>
|
||||
#include <internal/se.h>
|
||||
//#include <internal/se.h>
|
||||
#include <napi/shared_data.h>
|
||||
#include <internal/v86m.h>
|
||||
#include <internal/kd.h>
|
||||
|
|
Loading…
Reference in a new issue