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:
Uwe Hermann 2010-07-14 22:09:21 +02:00
parent 960a75e474
commit c4fffe1e96
1 changed files with 1 additions and 0 deletions

View File

@ -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;