aboutsummaryrefslogtreecommitdiff
path: root/v2/send.c
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-25 18:26:28 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-25 18:26:31 +0200
commit4d47a6cefe3c5ac022aa2e91033065a2354f4d19 (patch)
treeddc1f9778113d0bc1395bf321e8a685dc368d439 /v2/send.c
parentf56da4808343aafd2c8b76f6691dec33c16dd80c (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/send.c b/v2/send.c
index 3caed15..c12c55f 100644
--- a/v2/send.c
+++ b/v2/send.c
@@ -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)