From abab7d0b9eb07fd581966165493cbe07fc2e2aee Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 28 Apr 2009 22:32:40 +0000 Subject: [PATCH] debian 5 header changes git-svn-id: https://profuse.googlecode.com/svn/trunk@38 aa027e90-d47c-11dd-86d7-074df07e0730 --- Disk.cpp | 2 ++ profuse_dirent.cpp | 1 + profuse_file.cpp | 1 + profuse_stat.cpp | 1 + profuse_xattr.cpp | 3 +++ 5 files changed, 8 insertions(+) diff --git a/Disk.cpp b/Disk.cpp index a22f5c8..89dc05b 100644 --- a/Disk.cpp +++ b/Disk.cpp @@ -13,10 +13,12 @@ #include "common.h" #include +#include #include #include #include +#include #include #include diff --git a/profuse_dirent.cpp b/profuse_dirent.cpp index 1536685..8ed3015 100644 --- a/profuse_dirent.cpp +++ b/profuse_dirent.cpp @@ -9,6 +9,7 @@ #include "profuse.h" #include +#include #include #include diff --git a/profuse_file.cpp b/profuse_file.cpp index 2135cf9..b1fbd9e 100644 --- a/profuse_file.cpp +++ b/profuse_file.cpp @@ -8,6 +8,7 @@ #include "profuse.h" #include +#include #pragma mark Read Functions diff --git a/profuse_stat.cpp b/profuse_stat.cpp index 496b6eb..1ee87a6 100644 --- a/profuse_stat.cpp +++ b/profuse_stat.cpp @@ -12,6 +12,7 @@ #include "profuse.h" #include #include +#include #include diff --git a/profuse_xattr.cpp b/profuse_xattr.cpp index cbb2894..2626b99 100644 --- a/profuse_xattr.cpp +++ b/profuse_xattr.cpp @@ -11,7 +11,10 @@ #include #include + #include +#include +#include using std::string;