Include <stdlib.h> for malloc and free.

This commit is contained in:
wtc 1998-04-08 00:14:54 +00:00
Родитель 606a745cd3
Коммит aff743f596
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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)