HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp
--- src/dfxml/src/dfxml_writer.cpp.orig	2014-09-16 18:34:02 UTC
+++ src/dfxml/src/dfxml_writer.cpp
@@ -646,6 +646,7 @@ void dfxml_writer::xmlout(const string &tag,const stri
 #include <exiv2/image.hpp>
 #include <exiv2/exif.hpp>
 #include <exiv2/error.hpp>
+#include <exiv2/exiv2.hpp>
 #endif
 
 #ifdef HAVE_HASHDB
@@ -653,7 +654,7 @@ void dfxml_writer::xmlout(const string &tag,const stri
 #endif
 
 #ifdef HAVE_AFFLIB_AFFLIB_H
-//#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"               // required for C11
+#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal"               // required for C11
 #include <afflib/afflib.h>
 #endif