Add missing header

Spotted by jkulesza
This commit is contained in:
Guillaume Munch 2016-06-11 05:08:23 +01:00
parent 9d5ffa8e75
commit 8e4648f38c

View File

@ -42,6 +42,7 @@
#include "support/lassert.h"
#include "support/regex.h"
#include <limits.h>
#include <fcntl.h>
#ifdef HAVE_MAGIC_H
#include <magic.h>