]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Do not assume the include dir for nss to be nss. On F16 it's nss3.
authorVictor Julien <victor@inliniac.net>
Mon, 5 Mar 2012 08:03:26 +0000 (09:03 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 5 Mar 2012 08:03:26 +0000 (09:03 +0100)
src/util-file.h

index bfecfd9043b73b9a475af92744c91cd26952678c..3b811ef5984e06b64fe2370327a063cc75a1c277 100644 (file)
@@ -26,7 +26,7 @@
 #define __UTIL_FILE_H__
 
 #ifdef HAVE_NSS
-#include <nss/sechash.h>
+#include <sechash.h>
 #endif
 
 #define FILE_TRUNCATED  0x01