Skip to content

Commit

Permalink
Fix sys/param.h problem on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Jun 5, 2024
1 parent 44bce3e commit 7b4c29a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#include <gtest/gtest.h>
#endif

// Necessary for proper detection of *BSD
#if !defined(_MSC_VER)
#include <sys/param.h>
#endif

#include "kaitai/kaitaistream.h"
#include "kaitai/exceptions.h"
Expand Down

0 comments on commit 7b4c29a

Please sign in to comment.