Skip to content

Commit

Permalink
released 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Aug 25, 2023
1 parent 0f39989 commit af2f352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <list>
#include <mutex>
#include <condition_variable>
#include <cstdint>

// max hexadecimal columns of bytes per line = 8*8
#ifndef MAX_HEX_COLUMNS
Expand Down
1 change: 1 addition & 0 deletions src/ugrep.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
#include <direct.h>
#include <errno.h>
#include <string>
#include <cstdint>

#define STDIN_FILENO 0
#define STDOUT_FILENO 1
Expand Down

0 comments on commit af2f352

Please sign in to comment.