]> git.corax.cc Git - toolbox/commit
include/inst: Add log module to dependencies
authorMatthias Kruk <m@m10k.eu>
Wed, 4 Jan 2023 03:10:54 +0000 (12:10 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 4 Jan 2023 03:15:03 +0000 (12:15 +0900)
commit6e6a6225f629467fdc13aa55b7264881bf8415e8
tree0f7dfcf5d0e8ebe7238847f775346bd0fb65a267
parent99173d4ce7be3311c3bb3261e17d92e3e68f28f4
include/inst: Add log module to dependencies

The inst module uses functions from the log module without including
the module.

This commit changes the constructor of the inst module so that the
log module is included directly.
include/inst.sh