Skip to content

Commit

Permalink
Merge pull request #682 from kiwix/fix_test_compilation_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Jan 19, 2022
2 parents 3198a84 + e3f8046 commit 7440652
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/pathTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
#include "gtest/gtest.h"
#include <string>
#include <vector>
#include <unistd.h>
#include <fcntl.h>
#ifndef _WIN32
# include <unistd.h>
# include <fcntl.h>
#endif
#include "../include/tools.h"
#include "../src/tools/pathTools.h"

Expand Down

0 comments on commit 7440652

Please sign in to comment.