diff options
Diffstat (limited to 'libglusterfs/src/fd.c')
| -rw-r--r-- | libglusterfs/src/fd.c | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/libglusterfs/src/fd.c b/libglusterfs/src/fd.c index b8aac726093..bceb77d6600 100644 --- a/libglusterfs/src/fd.c +++ b/libglusterfs/src/fd.c @@ -9,10 +9,11 @@  */  #include "glusterfs/fd.h" -#include "glusterfs/glusterfs.h" -#include "glusterfs/dict.h" +#include <errno.h>     // for EINVAL, errno, ENOMEM +#include <inttypes.h>  // for PRIu64 +#include <stdint.h>    // for UINT32_MAX +#include <string.h>    // for NULL, memcpy, memset, size_t  #include "glusterfs/statedump.h" -#include "glusterfs/libglusterfs-messages.h"  static int  gf_fd_fdtable_expand(fdtable_t *fdtable, uint32_t nr);  | 
