* And some more.

This commit is contained in:
Eelco Dolstra 2009-09-24 07:39:55 +00:00
parent 193f59e077
commit c7057fc1f2
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <utime.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
namespace nix {

View File

@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
namespace nix {