mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01:00
Add missing include for MAX_PATH
And remove one that we didn't actually need to add
This commit is contained in:
parent
fccef6a7fa
commit
64be1c15c2
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "util.hh"
|
||||
#include "types.hh"
|
||||
|
||||
#include <limits.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue