mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
Fixed unresolved 'BUFSIZ'
`BUFSIZ` is defined in header `<cstdio>`.
This commit is contained in:
parent
743e310046
commit
607d91517e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#include "types.hh"
|
#include "types.hh"
|
||||||
|
|
||||||
#include <lzma.h>
|
#include <lzma.h>
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue