Fix FTBFS with libmagic < 4.23

(cherry picked from commit 8f11758253)
v3.5.13-sru
François Andriot 10 years ago committed by Slávek Banko
parent 3138567410
commit 2ab53ffee4

@ -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