X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=srd.c;h=ae1c7738b5920378bcc7d8a4ddbedeff025aca41;hb=c6bfbc0043089e006c684bcce609da50aadded81;hp=68cfe0aa0b786adcd2eca26628cda2e58efaa667;hpb=077fa8acbcb8b585af6f5323f16221940a27a72e;p=libsigrokdecode.git diff --git a/srd.c b/srd.c index 68cfe0a..ae1c773 100644 --- a/srd.c +++ b/srd.c @@ -18,9 +18,9 @@ * along with this program. If not, see . */ +#include #include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include "libsigrokdecode.h" -#include "config.h" #include /** @cond PRIVATE */