* Include some missing headers.

This commit is contained in:
Eelco Dolstra 2004-07-01 11:11:16 +00:00
parent f5d5ffe536
commit b584253af4
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include "normalise.hh"
#include "references.hh"

View File

@ -3,6 +3,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
static bool cmpGensByNumber(const Generation & a, const Generation & b)