summaryrefslogtreecommitdiff
path: root/src/include/dkim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dkim.h')
-rw-r--r--src/include/dkim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/dkim.h b/src/include/dkim.h
index 27c3b73..a74b785 100644
--- a/src/include/dkim.h
+++ b/src/include/dkim.h
@@ -19,6 +19,9 @@
* Changes done by ¢feh@fehcom.de obeying the above license
*
*****************************************************************************/
+#ifndef DKIM_H_INCLUDE
+#define DKIM_H_INCLUDE
+
#define DKIM_CALL
#define MAKELONG(a, b) ((long)(((unsigned)(a) & 0xffff) | (((unsigned)(b) & 0xffff) << 16)))
@@ -152,3 +155,5 @@ const char *DKIM_ErrorResult(const int);
#ifdef __cplusplus
}
#endif
+
+#endif