1 parent 0acb129 commit a11ac90Copy full SHA for a11ac90
1 file changed
src/mux/support/alloc.h
@@ -2,6 +2,8 @@
2
3
#pragma once
4
5
+#include <stdlib.h>
6
+
7
#include "mux/support/stringutil.h"
8
9
constexpr int LBUF_SIZE = 16384;
0 commit comments