diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-13 14:01:24 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-13 14:01:24 +0200 |
commit | 99e5a11de13a3283c07f353471e08df241511d19 (patch) | |
tree | a92cce7ff2f96bbd0e096f6a3a267dacaa362a3d /util.c | |
parent | 8c7bd0fda283f8c529e5a582182b08150d875736 (diff) |
major random stuff
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> |