1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00
This commit is contained in:
Eelco Dolstra 2019-11-06 16:53:02 +01:00
parent 35732a95bc
commit 39a2e166dd
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 6 additions and 6 deletions

View file

@ -10,6 +10,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <climits>
#include <iostream>
#include <sstream>
#include <thread>
@ -17,7 +18,6 @@
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
#include <pwd.h>
#include <sys/ioctl.h>
#include <sys/types.h>