diff options
Diffstat (limited to 'lib/ext/dumbfw.h')
-rw-r--r-- | lib/ext/dumbfw.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ext/dumbfw.h b/lib/ext/dumbfw.h index 45665eb85b..87bb072e9f 100644 --- a/lib/ext/dumbfw.h +++ b/lib/ext/dumbfw.h @@ -17,11 +17,12 @@ * along with this program. If not, see <https://www.gnu.org/licenses/> * */ -#ifndef EXT_DUMBFW_H -#define EXT_DUMBFW_H + +#ifndef GNUTLS_LIB_EXT_DUMBFW_H +#define GNUTLS_LIB_EXT_DUMBFW_H #include <hello_ext.h> extern const hello_ext_entry_st ext_mod_dumbfw; -#endif +#endif /* GNUTLS_LIB_EXT_DUMBFW_H */ |