Fix pfsync w/o carp compilation.

Submitted by:	yar
This commit is contained in:
Max Laier 2006-06-16 10:25:06 +00:00
parent be70abccba
commit a6831e7e3a

View File

@ -102,6 +102,8 @@
#include "opt_carp.h" #include "opt_carp.h"
#ifdef DEV_CARP #ifdef DEV_CARP
#define NCARP 1 #define NCARP 1
#else
#define NCARP 0
#endif #endif
#else #else
#include "carp.h" #include "carp.h"