mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
Include header where needed
svn path=/trunk/; revision=42499
This commit is contained in:
parent
db136c3959
commit
92a36f7e01
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
||||||
#include <ntdddisk.h>
|
#include <ntdddisk.h>
|
||||||
#include <ntddcdrm.h>
|
#include <ntddcdrm.h>
|
||||||
|
|
||||||
#include "udfs.h"
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Tag for memory allocations
|
// Tag for memory allocations
|
||||||
//
|
//
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
#include "udfs.h"
|
||||||
|
|
||||||
/* FUNCTIONS ****************************************************************/
|
/* FUNCTIONS ****************************************************************/
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
|
Loading…
Reference in a new issue