Add more headers that are required with -fno-builtin (stdlib and strings)
This commit is contained in:
@@ -71,6 +71,7 @@ static const char rcsid[] =
|
||||
#include <fts.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ static const char rcsid[] =
|
||||
#include <fts.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sysexits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
@@ -48,6 +48,8 @@ static const char rcsid[] =
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "dd.h"
|
||||
|
||||
@@ -54,6 +54,7 @@ static const char rcsid[] =
|
||||
#include "error.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
#define MAXMBOXES 10
|
||||
|
||||
@@ -53,6 +53,7 @@ static const char rcsid[] =
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "parser.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user