]> sigrok.org Git - libsigrokdecode.git/commit
Build: Include <config.h> first in all source files
authorDaniel Elstner <redacted>
Sun, 13 Sep 2015 20:07:11 +0000 (22:07 +0200)
committerDaniel Elstner <redacted>
Sun, 13 Sep 2015 20:07:11 +0000 (22:07 +0200)
commit367843620d039ad183bc4d7c33d91c316d717621
treec2deb210b2f59905493a6a4cc9a4f7e87331354c
parent4916b17368e8ed06f4bfd045052ab0f891c33954
Build: Include <config.h> first in all source files

Since Autoconf places some important feature flags only into the
configuration header, it is necessary to include it globally to
guarantee a consistent build.
17 files changed:
decoder.c
error.c
exception.c
instance.c
log.c
module_sigrokdecode.c
session.c
srd.c
tests/core.c
tests/decoder.c
tests/inst.c
tests/main.c
tests/session.c
type_decoder.c
type_logic.c
util.c
version.c