aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-03-12 13:43:52 +0100
committerJavier <dev.git@javispedro.com>2022-03-12 13:43:52 +0100
commit22ceecd84d84594fb1a87e0b2448d8cf4e60e4b9 (patch)
tree77b74ad3d70a60fd4db837a50554ac3d785b4967
parent0561b7fabde7a4e2a32437217f8dd85912c89c05 (diff)
downloadvbmouse-22ceecd84d84594fb1a87e0b2448d8cf4e60e4b9.tar.gz
vbmouse-22ceecd84d84594fb1a87e0b2448d8cf4e60e4b9.zip
fix missing include
-rw-r--r--vbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vbox.c b/vbox.c
index 38673e0..b384b6f 100644
--- a/vbox.c
+++ b/vbox.c
@@ -18,6 +18,7 @@
*/
#include <windows.h>
+#include <string.h>
#include <i86.h>
#include "pci.h"