X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Fcheck_input_all.c;h=feee63091be9612596b27e65a9ebc84f1ad63d5f;hb=023c73ae0550ac529b93cb6a5fc9f390448f42e1;hp=ff46260368f35791e4764b3fb132800b26c590a7;hpb=71185b48a114a8278e8baac04f5053ae046fdbcf;p=libsigrok.git diff --git a/tests/check_input_all.c b/tests/check_input_all.c index ff462603..feee6309 100644 --- a/tests/check_input_all.c +++ b/tests/check_input_all.c @@ -1,7 +1,7 @@ /* * This file is part of the libsigrok project. * - * Copyright (C) 2013 Uwe Hermann + * Copyright (C) 2013-2014 Uwe Hermann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,13 +20,13 @@ #include #include -#include "../libsigrok.h" +#include "../include/libsigrok/libsigrok.h" #include "lib.h" /* Check whether at least one input module is available. */ START_TEST(test_input_available) { - struct sr_input_format **inputs; + const struct sr_input_module **inputs; inputs = sr_input_list(); fail_unless(inputs != NULL, "No input modules found.");