mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-22 20:29:59 +00:00
debian 5 header changes
git-svn-id: https://profuse.googlecode.com/svn/trunk@38 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
465a813cca
commit
abab7d0b9e
2
Disk.cpp
2
Disk.cpp
@ -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>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "profuse.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include "profuse.h"
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#pragma mark Read Functions
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "profuse.h"
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -11,7 +11,10 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
using std::string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user