X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fplugins%2Ffd%2Ffd-plugins.h;h=702abb4d61a15fcfa05e9480eacc0ecb97666230;hb=85b9ac1d1f3494ba97b3a9257deb48ded0ab3284;hp=af575c98413dd75034e55c97e7b27b15fcbd4873;hpb=cdfaee3ae4ac1997e5fcb4651a7a12533b8d3d5f;p=bacula%2Fbacula diff --git a/bacula/src/plugins/fd/fd-plugins.h b/bacula/src/plugins/fd/fd-plugins.h index af575c9841..702abb4d61 100644 --- a/bacula/src/plugins/fd/fd-plugins.h +++ b/bacula/src/plugins/fd/fd-plugins.h @@ -32,8 +32,8 @@ * */ -#ifndef __PLUGIN_FD_H -#define __PLUGIN_FD_H +#ifndef __FD_PLUGINS_H +#define __FD_PLUGINS_H #include #ifndef __CONFIG_H @@ -41,7 +41,7 @@ #include "config.h" #endif #include "bc_types.h" -#include "lib/plugin.h" +#include "lib/plugins.h" #ifdef __cplusplus extern "C" { @@ -146,4 +146,4 @@ typedef struct s_pluginFuncs { } #endif -#endif /* __PLUGIN_FD_H */ +#endif /* __FD_PLUGINS_H */