diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:04:49 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-05-24 14:30:57 +0300 |
| commit | fd30e99f93313bec0af3ff5ec3735d90dd025dce (patch) | |
| tree | a6ce5e8e0695bf6e692560713fd2c30a1fdedc3f /src/vec.c | |
| parent | 2026bf974cffb5d560287ba8d44ea3ecd9204853 (diff) | |
| download | ek-fd30e99f93313bec0af3ff5ec3735d90dd025dce.tar.gz ek-fd30e99f93313bec0af3ff5ec3735d90dd025dce.zip | |
fix bmake compilation
Diffstat (limited to 'src/vec.c')
| -rw-r--r-- | src/vec.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include <stdlib.h> #include <assert.h> #include <string.h> |
