diff options
Diffstat (limited to 'TelepathyQt4/debug.h')
-rw-r--r-- | TelepathyQt4/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TelepathyQt4/debug.h b/TelepathyQt4/debug.h index de32404d..05c2a23f 100644 --- a/TelepathyQt4/debug.h +++ b/TelepathyQt4/debug.h @@ -22,6 +22,10 @@ #ifndef _TelepathyQt4_debug_h_HEADER_GUARD_ #define _TelepathyQt4_debug_h_HEADER_GUARD_ +#ifndef IN_TELEPATHY_QT4_INTERNALS +#error IN_TELEPATHY_QT4_INTERNALS +#endif + /** * \defgroup debug Common debug support * |