aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r--src/gpg-error.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 19bdeed..4c7ac45 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1,4 +1,4 @@
-/* gpg-error.h - Public interface to libgpg-error. -*- c -*-
+/* gpg-error.h or gpgrt.h - Public interface to libgpg-error. -*- c -*-
* Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH
*
* This file is part of libgpg-error.
@@ -21,6 +21,8 @@
#ifndef GPG_ERROR_H
#define GPG_ERROR_H 1
+#ifndef GPGRT_H
+#define GPGRT_H 1
#include <stddef.h>
#include <stdio.h>
@@ -867,4 +869,5 @@ gpg_error_t gpgrt_b64dec_finish (gpgrt_b64state_t state);
#ifdef __cplusplus
}
#endif
+#endif /* GPGRT_H */
#endif /* GPG_ERROR_H */