]> sigrok.org Git - libsigrokdecode.git/blobdiff - tests/core.c
Add a CFP decoder.
[libsigrokdecode.git] / tests / core.c
index 3b3d0227a00d80d34cc65d105040156dc7437d3c..f09a6e87d3a6dfdf25f6f90b88942c48309cab3a 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "../libsigrokdecode.h" /* First, to avoid compiler warning. */
+#include <config.h>
+#include <libsigrokdecode.h> /* First, to avoid compiler warning. */
 #include <stdlib.h>
 #include <check.h>
 #include "lib.h"