specific_video_driver.cpp: Add missing include

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: I155e1a89561b43c3a83675c9a61c5e35496e217e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1792
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:24:49 +00:00
committed by waddlesplash
parent 46843fbb00
commit 2cf1b6d6aa
@@ -8,6 +8,7 @@
#include <KernelExport.h> #include <KernelExport.h>
#include <PCI.h> #include <PCI.h>
#include <string.h>
#define DRIVER_MODULE_NAME "drivers/graphics/specific_driver/driver_v1" #define DRIVER_MODULE_NAME "drivers/graphics/specific_driver/driver_v1"