diff options
Diffstat (limited to '')
-rw-r--r-- | config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.c b/config.c index adf2b34..1d608d6 100644 --- a/config.c +++ b/config.c @@ -14,6 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "bounce.h" + #include <err.h> #include <getopt.h> #include <stdio.h> |