hwplugin.c: Add missing config.h #include.
This fixes a bug where no LA would be found or displayed in lists such as 'sigrok-cli -H' or 'sigrok-cli -D'. Thanks Forrest Voight for spotting the bug.
This commit is contained in:
parent
960a75e474
commit
c4fffe1e96
|
@ -24,6 +24,7 @@
|
|||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include <sigrok.h>
|
||||
#include "config.h"
|
||||
|
||||
source_callback_add source_cb_add = NULL;
|
||||
source_callback_remove source_cb_remove = NULL;
|
||||
|
|
Loading…
Reference in New Issue