diff options
Diffstat (limited to 'src/libutil/ref.h')
-rw-r--r-- | src/libutil/ref.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/ref.h b/src/libutil/ref.h index 1e2fc30b5..99498ac31 100644 --- a/src/libutil/ref.h +++ b/src/libutil/ref.h @@ -19,6 +19,8 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + + /** * @file ref.h * A set of macros to handle refcounts |