summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index 43cf2652a..c62001a77 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -168,6 +168,7 @@ void ast_console_puts(const char *string);
#define LOG_DTMF __LOG_DTMF, _A_
/* lock.h */
+#define _ASTERISK_LOCK_H /* A small indication that this is horribly wrong. */
#ifndef HAVE_MTX_PROFILE
#define __MTX_PROF(a) return pthread_mutex_lock((a))