diff --git a/encfs/shared_ptr.h b/encfs/shared_ptr.h index c9db750..51d0579 100644 --- a/encfs/shared_ptr.h +++ b/encfs/shared_ptr.h @@ -24,7 +24,7 @@ #include "config.h" -#ifdef HAVE_STD_SHARED_PTR +#if HAVE_STD_SHARED_PTR #include using std::shared_ptr; using std::dynamic_pointer_cast;