diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-25 18:26:28 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-25 18:26:31 +0200 |
commit | 4d47a6cefe3c5ac022aa2e91033065a2354f4d19 (patch) | |
tree | ddc1f9778113d0bc1395bf321e8a685dc368d439 /v2/send.c | |
parent | f56da4808343aafd2c8b76f6691dec33c16dd80c (diff) |
Documentation & chore
Includes:
- increase the limit
- update with sources
- remove arena include in send.c
Diffstat (limited to 'v2/send.c')
-rw-r--r-- | v2/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,9 +4,9 @@ #include <assert.h> #include <stdarg.h> #include <string.h> +#include <stdlib.h> #include <unistd.h> -#include "arena.h" #include "common.h" int main(int argc, char **argv) |