diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ * @brief Implementation of common utility functions. * @author Markus Teich */ + +#include "brandt_config.h" + #include <errno.h> #include <stdarg.h> #include <stdio.h> |