From: Victor Julien Date: Mon, 5 Mar 2012 08:03:26 +0000 (+0100) Subject: Do not assume the include dir for nss to be nss. On F16 it's nss3. X-Git-Tag: suricata-1.3beta1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8350fdd9beb30561f1c4f2a50c440068b60abd65;p=thirdparty%2Fsuricata.git Do not assume the include dir for nss to be nss. On F16 it's nss3. --- diff --git a/src/util-file.h b/src/util-file.h index bfecfd9043..3b811ef598 100644 --- a/src/util-file.h +++ b/src/util-file.h @@ -26,7 +26,7 @@ #define __UTIL_FILE_H__ #ifdef HAVE_NSS -#include +#include #endif #define FILE_TRUNCATED 0x01