mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 08:42:30 +00:00
Fixed unresolved 'BUFSIZ'
`BUFSIZ` is defined in header `<cstdio>`.
This commit is contained in:
parent
743e310046
commit
607d91517e
@ -2,6 +2,7 @@
|
||||
#include "types.hh"
|
||||
|
||||
#include <lzma.h>
|
||||
#include <cstdio>
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user