Commit ca898e17 ca898e17e779eed5ca95f603767d91f298c33159 by Sergey Poznyakoff

Bugfix.

* mu/dbm.c: Include conditionally, depending on ENABLE_DBM.
1 parent e70212c1
Showing 1 changed file with 1 additions and 0 deletions
...@@ -1862,6 +1862,7 @@ mutool_dbm (int argc, char **argv) ...@@ -1862,6 +1862,7 @@ mutool_dbm (int argc, char **argv)
1862 MU Setup: dbm 1862 MU Setup: dbm
1863 mu-handler: mutool_dbm 1863 mu-handler: mutool_dbm
1864 mu-docstring: dbm_docstring 1864 mu-docstring: dbm_docstring
1865 mu-cond: ENABLE_DBM
1865 End MU Setup: 1866 End MU Setup:
1866 */ 1867 */
1867 1868
......