Skip to content

Commit

Permalink
Include compat.h for getprogname()
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 17, 2024
1 parent d7bd29e commit a8fe386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Command.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "Exception.h"
#include "globals.h"
#include "compat.h"

Command::Command(std::string name, std::string arguments, std::vector<Commandline::Option> options,
std::unordered_set<std::string> used_variables)
Expand Down
1 change: 1 addition & 0 deletions src/Output.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "Output.h"

#include "globals.h"
#include "compat.h"

Output::Output() :
first_header(true),
Expand Down

0 comments on commit a8fe386

Please sign in to comment.