Skip to content

Commit

Permalink
#178: missing #include "config-local.h" in debug-helper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Jul 18, 2018
1 parent 9085e08 commit 67b1241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ AS_IF([$GREP -A 1 'mailbox_transaction_begin(struct mailbox \*box' $dovecot_pkgi
AC_CONFIG_HEADERS([config-local.h])
AX_PREFIX_CONFIG_H([$PACKAGE-config.h], [$PACKAGE], [config-local.h])



if test "$enable_debug" = yes; then
AC_DEFINE([DEBUG],[],[Debug Mode])
else
Expand Down
2 changes: 1 addition & 1 deletion src/storage-rbox/debug-helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License version 2.1, as published by the Free Software
* Foundation. See file COPYING.
*/

#include "config-local.h"
#ifndef SRC_STORAGE_RBOX_DEBUG_HELPER_H_
#define SRC_STORAGE_RBOX_DEBUG_HELPER_H_

Expand Down

0 comments on commit 67b1241

Please sign in to comment.