debian 5 header changes

git-svn-id: https://profuse.googlecode.com/svn/trunk@38 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2009-04-28 22:32:40 +00:00
parent 465a813cca
commit abab7d0b9e
5 changed files with 8 additions and 0 deletions

View File

@ -13,10 +13,12 @@
#include "common.h"
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <set>

View File

@ -9,6 +9,7 @@
#include "profuse.h"
#include <errno.h>
#include <strings.h>
#include <algorithm>
#include <string>

View File

@ -8,6 +8,7 @@
#include "profuse.h"
#include <errno.h>
#include <stdio.h>
#pragma mark Read Functions

View File

@ -12,6 +12,7 @@
#include "profuse.h"
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <vector>

View File

@ -11,7 +11,10 @@
#include <algorithm>
#include <string>
#include <errno.h>
#include <string.h>
#include <strings.h>
using std::string;