]> sigrok.org Git - pulseview.git/commitdiff
logicsegment.cpp: Add missing config.h #include.
authorUwe Hermann <redacted>
Sat, 19 May 2018 17:31:59 +0000 (19:31 +0200)
committerUwe Hermann <redacted>
Sat, 19 May 2018 17:57:36 +0000 (19:57 +0200)
Without this #include, HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS was not
available and thus the faster path in LogicSegment::unpack_sample() and
LogicSegment::pack_sample() was never used.


No differences found