diff -ruN snort/plugbase.c snort-patched/plugbase.c
--- snort/plugbase.c	Tue Apr 23 18:44:53 2002
+++ snort-patched/plugbase.c	Fri Oct 25 15:13:02 2002
@@ -105,6 +105,7 @@
     SetupLogTcpdump();
     SetupDatabase();
     SetupFastAlert();
+	AlertFWsamSetup();
     SetupFullAlert();
     SetupAlertSmb();
     SetupAlertUnixSock();
diff -ruN snort/plugbase.h snort-patched/plugbase.h
--- snort/plugbase.h	Mon Jun  3 09:31:29 2002
+++ snort-patched/plugbase.h	Sun Oct 13 00:28:22 2002
@@ -67,6 +67,7 @@
 #include "spo_log_tcpdump.h"
 #include "spo_database.h"
 #include "spo_alert_fast.h"
+#include "spo_alert_fwsam.h"
 #include "spo_alert_full.h"
 #include "spo_alert_smb.h"
 #include "spo_alert_unixsock.h"
