2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 08:45:28 +00:00

now include compat.h

This commit is contained in:
Todd C. Miller
1995-03-28 05:48:13 +00:00
parent f1b54219d1
commit b0406ebfbe

View File

@@ -52,6 +52,8 @@ static char rcsid[] = "$Id$";
#include <malloc.h>
#endif /* HAVE_MALLOC_H */
#include "compat.h"
#ifndef STDC_HEADERS
#ifndef __GNUC__ /* gcc has its own malloc */
extern char *malloc __P((size_t));