From: Christos Zoulas Date: Fri, 15 Jul 2016 00:56:04 +0000 (+0000) Subject: we only need mman for testing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d94cf345f11a1964cac859f68022cc50de6c5388;p=file we only need mman for testing. --- diff --git a/src/der.c b/src/der.c index f36606b9..6cc0c141 100644 --- a/src/der.c +++ b/src/der.c @@ -35,13 +35,11 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: der.c,v 1.7 2016/06/01 22:01:15 christos Exp $") +FILE_RCSID("@(#)$File: der.c,v 1.8 2016/07/15 00:56:04 christos Exp $") #endif #endif #include -#include -#include #include #include @@ -53,6 +51,8 @@ FILE_RCSID("@(#)$File: der.c,v 1.7 2016/06/01 22:01:15 christos Exp $") #include "magic.h" #include "der.h" #else +#include +#include #include #endif