summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index 7b5d128f..14dfffb5 100644
--- a/src/application.h
+++ b/src/application.h
@@ -16,8 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef APPLICATION_H
-#define APPLICATION_H
+#ifndef __DWB_APPLICATION_H__
+#define __DWB_APPLICATION_H__
gint application_run(int, char **);
void application_stop(void);