X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=srd.c;h=ae1c7738b5920378bcc7d8a4ddbedeff025aca41;hb=367843620d039ad183bc4d7c33d91c316d717621;hp=68cfe0aa0b786adcd2eca26628cda2e58efaa667;hpb=4916b17368e8ed06f4bfd045052ab0f891c33954;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 */