diff options
Diffstat (limited to 'src/libutil/ref.h')
-rw-r--r-- | src/libutil/ref.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libutil/ref.h b/src/libutil/ref.h index 8caab5c8f..18e2c3903 100644 --- a/src/libutil/ref.h +++ b/src/libutil/ref.h @@ -23,6 +23,9 @@ #ifndef REF_H_ #define REF_H_ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /** * @file ref.h * A set of macros to handle refcounts |