Bug report from Ralf on UNIX port where the S_IR* constants were not

defined.
This commit is contained in:
Joel Sherrill
1999-04-14 18:18:03 +00:00
parent 76e5fe8ad3
commit 2b283071c6
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "untar.h"

View File

@@ -17,6 +17,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "untar.h"