2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Explicitly include stdio.h for getdelim(3)

This commit is contained in:
Todd C. Miller 2020-04-08 12:42:58 -06:00
parent ce92674cc2
commit 3bf4172272

View File

@ -24,6 +24,7 @@
#include <config.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_STRING_H
# include <string.h>