diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-23 07:27:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 07:27:30 -0400 |
commit | 02988e95e58a9d6fbf5b62225529b225e4bd540f (patch) | |
tree | f63b612062d9c3d458e2ccedb6b20c31c232114f /include/backend/session | |
parent | 06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff) | |
parent | 4809b7b3e44e8e3ce6a5cc38294f5796baec8166 (diff) |
Merge pull request #157 from emersion/include-guards-names
Use more consistent include guard names
Diffstat (limited to 'include/backend/session')
-rw-r--r-- | include/backend/session/direct-ipc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/session/direct-ipc.h b/include/backend/session/direct-ipc.h index 2189d6fa..c660b58f 100644 --- a/include/backend/session/direct-ipc.h +++ b/include/backend/session/direct-ipc.h @@ -1,5 +1,5 @@ -#ifndef SESSION_DIRECT_IPC -#define SESSION_DIRECT_IPC +#ifndef BACKEND_SESSION_DIRECT_IPC_H +#define BACKEND_SESSION_DIRECT_IPC_H #include <sys/types.h> |