Include <stdlib.h> for malloc and free.
This commit is contained in:
Родитель
606a745cd3
Коммит
aff743f596
|
@ -22,6 +22,8 @@
|
|||
*/
|
||||
#include "prlog.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Leave a bit of room for any malloc header bytes... */
|
||||
#define MAX_SEGMENT_SIZE (65536L - 4096L)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче