summaryrefslogtreecommitdiff
path: root/lib/num.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/num.h')
-rw-r--r--lib/num.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/num.h b/lib/num.h
index 75af1ea38e..6a7ec39d8c 100644
--- a/lib/num.h
+++ b/lib/num.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_NUM_H
-#define GNUTLS_NUM_H
+#ifndef GNUTLS_LIB_NUM_H
+#define GNUTLS_LIB_NUM_H
#include "gnutls_int.h"
@@ -162,4 +162,4 @@ inline static uint32_t _gnutls_uint64touint32(const gnutls_uint64 * num)
return ret;
}
-#endif /* GNUTLS_NUM_H */
+#endif /* GNUTLS_LIB_NUM_H */