aboutsummaryrefslogtreecommitdiff
path: root/dlog.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-02 16:34:17 +0200
committerJavier <dev.git@javispedro.com>2022-04-02 16:38:30 +0200
commit3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3 (patch)
tree588b776137790d189b0f3f81b4ef22fbef04f2d3 /dlog.h
parentaade1f47d34594216500f26ed0d21b23a1d1f4f1 (diff)
downloadvbados-3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3.tar.gz
vbados-3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3.zip
readd VDS support so that it works under emm386 and win386+swap
Diffstat (limited to 'dlog.h')
-rw-r--r--dlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlog.h b/dlog.h
index 67f430a..6556089 100644
--- a/dlog.h
+++ b/dlog.h
@@ -25,7 +25,7 @@
#if ENABLE_DLOG
#if 1
-#include "vbox.h"
+#include "vboxlog.h"
#define dlog_putc vbox_log_putc
#endif