diff options
Diffstat (limited to 'glib/ghmac.h')
-rw-r--r-- | glib/ghmac.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/ghmac.h b/glib/ghmac.h index d03d71f32..94bc427e3 100644 --- a/glib/ghmac.h +++ b/glib/ghmac.h @@ -18,13 +18,13 @@ * Boston, MA 02111-1307, USA. */ +#ifndef __G_HMAC_H__ +#define __G_HMAC_H__ + #if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) #error "Only <glib.h> can be included directly." #endif -#ifndef __G_HMAC_H__ -#define __G_HMAC_H__ - #include <glib/gtypes.h> #include "gchecksum.h" |