Fix FTBFS with libmagic < 4.23

pull/16/head
François Andriot 10 years ago committed by Slávek Banko
parent 9a6735bb63
commit 8f11758253

@ -33,6 +33,10 @@
#include <magic.h>
#ifndef MAGIC_MIME_TYPE
#define MAGIC_MIME_TYPE MAGIC_MIME
#endif
// Taken from file/file.h
// Keep in sync with that header!
#define FILE_LOAD 0

Loading…
Cancel
Save