diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/os_linux.h | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/os_linux.h')
-rw-r--r-- | include/os_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/os_linux.h b/include/os_linux.h index 8c3aed7..d418090 100644 --- a/include/os_linux.h +++ b/include/os_linux.h @@ -1,5 +1,5 @@ -#ifndef OMC_OS_LINUX_H -#define OMC_OS_LINUX_H +#ifndef STASIS_OS_LINUX_H +#define STASIS_OS_LINUX_H #include <limits.h> |