Fixed include file name.

This commit is contained in:
Volker Ruppert 2020-12-30 17:58:51 +00:00
parent c99bd49f34
commit 578d40e301
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
#include "iodev.h" #include "iodev.h"
#endif #endif
#include "hdimage.h" #include "hdimage.h"
#include "vpc-img.h" #include "vpc.h"
#define LOG_THIS bx_hdimage_ctl. #define LOG_THIS bx_hdimage_ctl.

View File

@ -6,7 +6,7 @@
// //
// Copyright (c) 2005 Alex Beregszaszi // Copyright (c) 2005 Alex Beregszaszi
// Copyright (c) 2009 Kevin Wolf <kwolf@suse.de> // Copyright (c) 2009 Kevin Wolf <kwolf@suse.de>
// Copyright (C) 2012-2013 The Bochs Project // Copyright (C) 2012-2020 The Bochs Project
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal