summaryrefslogtreecommitdiff
path: root/src/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/validate.h')
-rw-r--r--src/validate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/validate.h b/src/validate.h
index 8f3b741..8dd5594 100644
--- a/src/validate.h
+++ b/src/validate.h
@@ -25,6 +25,9 @@
* USA.
*/
+#ifndef __DFU_VALIDATE_H__
+#define __DFU_VALIDATE_H__
+
#include <glib.h>
#define CURRENT_SPEC_VERSION "1.2"
@@ -39,3 +42,4 @@ gboolean desktop_file_validate (const char *filename,
gboolean desktop_file_fixup (GKeyFile *keyfile,
const char *filename);
+#endif /* __DFU_VALIDATE_H__ */