Include stdlib.h for free() and calloc().

This commit is contained in:
Darren Tucker 2019-07-23 22:11:50 +10:00
Родитель 11cba2a452
Коммит 2ea60312e1
4 изменённых файлов: 5 добавлений и 0 удалений

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

@ -21,6 +21,7 @@
#include <netdb.h>
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>

2
hmac.c
Просмотреть файл

@ -18,6 +18,8 @@
#include "includes.h"
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include "sshbuf.h"

1
krl.c
Просмотреть файл

@ -25,6 +25,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

1
mac.c
Просмотреть файл

@ -27,6 +27,7 @@
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>