summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-06 01:03:06 +1200
committerDavid Phillips <david@sighup.nz>2018-08-06 01:03:06 +1200
commit5652b840200cada7686196cffc1c7c62b2b91ed9 (patch)
treeb0df69a486da1b508741721d584122eaa1c00569 /common.h
parent71dc99170a8dbc126f762f42500567a438420a21 (diff)
downloadhence-5652b840200cada7686196cffc1c7c62b2b91ed9.tar.xz
Prefix header guards
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index 069bc81..2873009 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
-#ifndef COMMON_H
-#define COMMON_H
+#ifndef HENCE_COMMON_H
+#define HENCE_COMMON_H
#include <stdio.h>
#include <stddef.h>