mirror of
https://github.com/NixOS/nix
synced 2025-07-02 13:31:48 +02:00
* GCC 2.95 compatibility.
This commit is contained in:
parent
cf0287c09e
commit
833f2fc92d
6 changed files with 29 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue