diff options
Diffstat (limited to 'demux/mf.c')
-rw-r--r-- | demux/mf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/mf.c b/demux/mf.c index 8682e846bf..d1060efc3c 100644 --- a/demux/mf.c +++ b/demux/mf.c @@ -30,7 +30,7 @@ #include "config.h" -#ifdef HAVE_GLOB +#if HAVE_GLOB #include <glob.h> #else #include "osdep/glob.h" |