diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:45:07 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:45:07 +0000 |
commit | cc61e405e37aa8d68feb6b8550089d1a8f8c1307 (patch) | |
tree | c2e0f6f33d11783cd31ca51dd4b2d2d46977c836 /main.cc | |
parent | Adding debian version 0.1-1. (diff) | |
download | lzd-cc61e405e37aa8d68feb6b8550089d1a8f8c1307.tar.xz lzd-cc61e405e37aa8d68feb6b8550089d1a8f8c1307.zip |
Merging upstream version 0.2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ /* - Return values: 0 for a normal exit, 1 for environmental problems + Exit status: 0 for a normal exit, 1 for environmental problems (file not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or invalid input file. */ @@ -22,6 +22,7 @@ #include <stdint.h> #include <unistd.h> #if defined(__MSVCRT__) || defined(__OS2__) +#include <fcntl.h> #include <io.h> #endif |