From 8fe0a3b672802ecbd75bdbcec4fed6a993f2af89 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 14 Feb 2017 23:51:48 +0200 Subject: Include config.h initially with MQTT_INLINE definition --- tools/amalgamate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/amalgamate.py b/tools/amalgamate.py index 3337823..03d2a14 100644 --- a/tools/amalgamate.py +++ b/tools/amalgamate.py @@ -7,6 +7,7 @@ this_dir = os.path.dirname(os.path.abspath(__file__)) src_dir = os.path.join(this_dir, '..', 'src') sources = ( + 'config.h', 'queue.h', 'log.h', 'misc.c', -- cgit v1.2.3