diff options
Diffstat (limited to 'babeld/kernel.c')
-rw-r--r-- | babeld/kernel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/babeld/kernel.c b/babeld/kernel.c index ba2b58131..d4c962af3 100644 --- a/babeld/kernel.c +++ b/babeld/kernel.c @@ -21,6 +21,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <sys/time.h> #include <sys/param.h> #include <time.h> |