aboutsummaryrefslogtreecommitdiff
path: root/helper/hashtable.c
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-21 17:15:12 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-08-25 16:00:23 +0300
commitcd17794642638d6ee65b97bed9df5ddcd2cb2520 (patch)
treef81959a21e31cfd11e129211624167b429be2338 /helper/hashtable.c
parent0a7686e47e40db0f5f6b862d16e8b021da23f90b (diff)
helper: use config.h header
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/hashtable.c')
-rw-r--r--helper/hashtable.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper/hashtable.c b/helper/hashtable.c
index f26b18b27..b124c2d7a 100644
--- a/helper/hashtable.c
+++ b/helper/hashtable.c
@@ -3,6 +3,9 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
+
+#include "config.h"
+
#include <stdio.h>
#include <string.h>
#include <malloc.h>