es1370: fix build.

It looks like this driver could be used by vmware. Untested.
This commit is contained in:
Adrien Destugues
2014-08-30 14:04:30 +02:00
parent f8d2409385
commit 196675be76
2 changed files with 3 additions and 1 deletions
@@ -11,6 +11,7 @@
#include <driver_settings.h> #include <driver_settings.h>
#include <OS.h> #include <OS.h>
#include <MediaDefs.h> #include <MediaDefs.h>
#include <string.h>
#include <strings.h> #include <strings.h>
#include "hmulti_audio.h" #include "hmulti_audio.h"
#include "multi.h" #include "multi.h"
@@ -26,6 +26,7 @@
* *
*/ */
#include <Errors.h> #include <Errors.h>
#include <KernelExport.h>
#include <OS.h> #include <OS.h>
#include <string.h> #include <string.h>
@@ -34,7 +35,7 @@
#include "debug.h" #include "debug.h"
#include "util.h" #include "util.h"
spinlock slock = 0; spinlock slock = B_SPINLOCK_INITIALIZER;
uint32 round_to_pagesize(uint32 size); uint32 round_to_pagesize(uint32 size);