fix crash if bad config path given #719

This commit is contained in:
Chris Lee
2018-09-25 19:55:55 +00:00
parent 970c597796
commit b539c0a1c0
3 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
#include <sys/time.h>
#include "bool.h"
extern bool warnings_for_timers;
extern bool debug_timers;
typedef void TimerCallback(void *arg);