diff options
author | Javier <dev.git@javispedro.com> | 2022-03-12 13:43:52 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-03-12 13:43:52 +0100 |
commit | 22ceecd84d84594fb1a87e0b2448d8cf4e60e4b9 (patch) | |
tree | 77b74ad3d70a60fd4db837a50554ac3d785b4967 | |
parent | 0561b7fabde7a4e2a32437217f8dd85912c89c05 (diff) | |
download | vbados-22ceecd84d84594fb1a87e0b2448d8cf4e60e4b9.tar.gz vbados-22ceecd84d84594fb1a87e0b2448d8cf4e60e4b9.zip |
fix missing include
-rw-r--r-- | vbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ */ #include <windows.h> +#include <string.h> #include <i86.h> #include "pci.h" |