summaryrefslogtreecommitdiffstats
path: root/src/utils/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/resources.h')
-rw-r--r--src/utils/resources.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/resources.h b/src/utils/resources.h
index e545dc1..3d7d4a5 100644
--- a/src/utils/resources.h
+++ b/src/utils/resources.h
@@ -19,6 +19,9 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef MQ_UTILS_RESOURCES_H
+#define MQ_UTILS_RESOURCES_H
+
#include <webkit2/webkit2.h>
#include "../application.h"
@@ -26,3 +29,5 @@
void
mq_resource_response(MqApplication *application, const gchar *path,
WebKitURISchemeRequest *request);
+
+#endif /* MQ_UTILS_RESOURCES_H */