* Added some missing #includes.

This commit is contained in:
Eelco Dolstra 2003-09-11 08:31:29 +00:00
parent 803a924b77
commit d930a9bc5a
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <cerrno>
#include <algorithm>
#include <vector>
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
#include <cerrno>
#include <fcntl.h>
#include "pathlocks.hh"

View File

@ -1,3 +1,4 @@
#include <cerrno>
#include <map>
#include <sys/types.h>

View File

@ -1,4 +1,6 @@
#include <iostream>
#include <cerrno>
#include <cstdio>
#include <sys/types.h>
#include <sys/stat.h>