aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 180a87b..d776907 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -18,6 +18,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*/
+
+#ifndef __GPGWIN_H__
+#define __GPGWIN_H__
+
#include "context.h"
#include "keylist.h"
#include "attachments.h"
@@ -146,3 +150,4 @@ private:
KeyMgmt *keyMgmt;
};
+#endif // __GPGWIN_H__