diff options
Diffstat (limited to 'xlators/features/changelog/lib')
-rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-helpers.h b/xlators/features/changelog/lib/src/gf-changelog-helpers.h index adde1e57bbf..bd21e4df035 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-helpers.h +++ b/xlators/features/changelog/lib/src/gf-changelog-helpers.h @@ -14,7 +14,7 @@ #include <unistd.h> #include <dirent.h> #include <limits.h> -#include <pthread.h> +#include "locking.h" #include <xlator.h> |