diff options
author | David Phillips <david@sighup.nz> | 2018-08-06 01:03:06 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-06 01:03:06 +1200 |
commit | 5652b840200cada7686196cffc1c7c62b2b91ed9 (patch) | |
tree | b0df69a486da1b508741721d584122eaa1c00569 /gate.h | |
parent | 71dc99170a8dbc126f762f42500567a438420a21 (diff) | |
download | hence-5652b840200cada7686196cffc1c7c62b2b91ed9.tar.xz |
Prefix header guards
Diffstat (limited to 'gate.h')
-rw-r--r-- | gate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#ifndef GATE_H -#define GATE_H +#ifndef HENCE_GATE_H +#define HENCE_GATE_H #include <stddef.h> |