Skip to content

Commit a73646d

Browse files
committed
Included stdlib.h
1 parent 009f74b commit a73646d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/buffer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef BUFFER_H
66
#define BUFFER_H
77

8+
#include <stdlib.h>
9+
810
#define INITIAL_BUFFER_CAPACITY 8
911

1012
#define INIT_BUFFER(out, _width) \

0 commit comments

Comments
 (0)