diff options
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index f99089d..0a29be3 100644 --- a/src/debug.h +++ b/src/debug.h | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #ifndef DEBUG_H | 22 | #ifndef DEBUG_H |
| 23 | #define DEBUG_H | 23 | #define DEBUG_H |
| 24 | 24 | ||
| 25 | #include <plist/plist.h> | ||
| 25 | #include <glib.h> | 26 | #include <glib.h> |
| 26 | 27 | ||
| 27 | #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined(STRIP_DEBUG_CODE) | 28 | #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined(STRIP_DEBUG_CODE) |
| @@ -39,5 +40,6 @@ G_GNUC_INTERNAL inline void debug_info_real(const char *func, | |||
| 39 | 40 | ||
| 40 | G_GNUC_INTERNAL inline void debug_buffer(const char *data, const int length); | 41 | G_GNUC_INTERNAL inline void debug_buffer(const char *data, const int length); |
| 41 | G_GNUC_INTERNAL inline void debug_buffer_to_file(const char *file, const char *data, const int length); | 42 | G_GNUC_INTERNAL inline void debug_buffer_to_file(const char *file, const char *data, const int length); |
| 43 | G_GNUC_INTERNAL inline void debug_plist(plist_t plist); | ||
| 42 | 44 | ||
| 43 | #endif | 45 | #endif |
