diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-handle.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-handle.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-handle.c b/xlators/storage/posix/src/posix-handle.c index 96e7098d153..4aee2c1104c 100644 --- a/xlators/storage/posix/src/posix-handle.c +++ b/xlators/storage/posix/src/posix-handle.c @@ -21,6 +21,8 @@  #include <alloca.h>  #endif +#include "common-utils.h" +  #include "posix-handle.h"  #include "posix.h"  #include "xlator.h" @@ -448,7 +450,6 @@ out:          return len;  } -  int  posix_handle_init (xlator_t *this)  {  | 
