X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=util.c;h=74d56c39aff6bda94e9f2ca228586b97b055a5af;hp=0112efa39847c8e717387d21e7d7d3827a6680a9;hb=0eb16a7bab83bf219004b768cb58d90a6c52e0d7;hpb=57790bc8c558ccf2e57b3d973c043088232628c7 diff --git a/util.c b/util.c index 0112efa..74d56c3 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrokdecode project. * * Copyright (C) 2010 Uwe Hermann * Copyright (C) 2012 Bert Vermeulen @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ -#include "sigrokdecode-internal.h" +#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "libsigrokdecode-internal.h" #include "config.h" /**