From: Josh Date: Thu, 4 Dec 2014 03:05:45 +0000 (-0600) Subject: minor tweak to ensure CodecModule include SO_PUBLIC X-Git-Tag: 3.0.0-233~1115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d7e5d7e51cd3be9600a5c6d8a14edef63edb1f3;p=thirdparty%2Fsnort3.git minor tweak to ensure CodecModule include SO_PUBLIC --- diff --git a/src/codecs/codec_module.h b/src/codecs/codec_module.h index 0146e3541..120777d0f 100644 --- a/src/codecs/codec_module.h +++ b/src/codecs/codec_module.h @@ -23,6 +23,7 @@ #define CODECS_CODEC_MODULE_H #include "framework/module.h" +#include "main/snort_types.h" constexpr int GID_DECODE = 116;