diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-03-29 14:00:25 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-03-29 14:00:25 +0000 |
| commit | 5669f99f50903ef29260b49c544423af7b9d1b34 (patch) | |
| tree | 64d311f173115466f02bce3090986ef9040b4e6d | |
| parent | 81fc841cb24f8aaf7b0905590e084ed93842f93d (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/mkisofs/mkisofs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/mkisofs/mkisofs.h b/gnu/usr.bin/mkisofs/mkisofs.h index f7c43ca56d7f..efdd8a8356e4 100644 --- a/gnu/usr.bin/mkisofs/mkisofs.h +++ b/gnu/usr.bin/mkisofs/mkisofs.h @@ -21,6 +21,7 @@ /* ADD_FILES changes made by Ross Biro biro@yggdrasil.com 2/23/95 */ +#include <sys/types.h> #include <stdio.h> /* This symbol is used to indicate that we do not have things like @@ -42,7 +43,6 @@ #endif #include <string.h> -#include <sys/types.h> #include <sys/stat.h> #ifdef linux |
