summaryrefslogtreecommitdiff
path: root/lib/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/errors.h')
-rw-r--r--lib/errors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/errors.h b/lib/errors.h
index 16b02ed046..976a788e7c 100644
--- a/lib/errors.h
+++ b/lib/errors.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_ERRORS_H
-#define GNUTLS_ERRORS_H
+#ifndef GNUTLS_LIB_ERRORS_H
+#define GNUTLS_LIB_ERRORS_H
#include "gnutls_int.h"
#include <global.h>
@@ -143,4 +143,4 @@ int gnutls_assert_val_int(int val, const char *file, const char *func, int line)
#define gnutls_assert_val(x) gnutls_assert_val_int(x, __FILE__, __func__, __LINE__)
#define gnutls_assert_val_fatal(x) (((x)!=GNUTLS_E_AGAIN && (x)!=GNUTLS_E_INTERRUPTED)?gnutls_assert_val_int(x, __FILE__, __func__, __LINE__):(x))
-#endif /* GNUTLS_ERRORS_H */
+#endif /* GNUTLS_LIB_ERRORS_H */