Explicitely included unistd.h in all source file which use ssize_t

This commit is contained in:
Thomas Schmitt 2023-06-09 19:54:50 +02:00
parent 09ec2fa4b7
commit 8a4f1f88ae
4 changed files with 5 additions and 1 deletions

View File

@ -41,6 +41,7 @@
#include <locale.h>
#include <langinfo.h>
#include <stdio.h>
#include <unistd.h>
#ifdef Xorriso_standalonE

View File

@ -36,6 +36,7 @@
#include <limits.h>
#include <stdio.h>
#include <ctype.h>
#include <unistd.h>
/* Enable this and write the correct absolute path into the include statement
@ -1791,7 +1792,7 @@ if (name != NULL && !namecont) {
if (linkdest != NULL && linkdestcont == 0) {
/* ups, RR standard violation */
ret = iso_rr_msg_submit(fsdata, 4, ISO_WRONG_RR_WARN, 0,
"New SL entry found without previous"
"New SL entry found without previous "
"CONTINUE flag. Ignored");
continue;
}

View File

@ -15,6 +15,7 @@
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "rockridge.h"
#include "node.h"

View File

@ -22,6 +22,7 @@
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <unistd.h>
#ifndef PATH_MAX