Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxcrypto/sha256crypt.c')
-rw-r--r--src/libs/zbxcrypto/sha256crypt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/zbxcrypto/sha256crypt.c b/src/libs/zbxcrypto/sha256crypt.c
index bfe49858080..4e7b5202a70 100644
--- a/src/libs/zbxcrypto/sha256crypt.c
+++ b/src/libs/zbxcrypto/sha256crypt.c
@@ -19,7 +19,6 @@ Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
#include <errno.h>
#include <limits.h>
#include <stdint.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>