diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-12-30 22:38:24 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-12-30 22:38:24 -0500 |
| commit | 059519c39bb7d452d651e7dc440594251966c88b (patch) | |
| tree | 2917735a06a0050c0cc126892e06fc2f108dbabe | |
| parent | 18b29bd58d1daa1752e981488445e0fcb100f2a7 (diff) | |
| download | stasis-059519c39bb7d452d651e7dc440594251966c88b.tar.gz | |
Fix broken header guard
| -rw-r--r-- | src/lib/core/include/copy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/include/copy.h b/src/lib/core/include/copy.h index 0f92ddd..1eb5219 100644 --- a/src/lib/core/include/copy.h +++ b/src/lib/core/include/copy.h @@ -1,5 +1,6 @@ //! @file copy.h #ifndef STASIS_COPY_H +#define STASIS_COPY_H #include <stdio.h> #include <stdlib.h> |
