X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Fdevice.c;h=83106e9757714c7e8b848d3a69b0465fb6b582cb;hb=f478c3e613ac047572cfad9c5dcde965050b17fe;hp=d9594451373c0cd137f5b0ce9b3d3c7bd289a533;hpb=02a2bf688f25a50ea05276be75fba8b4f644fca6;p=libsigrok.git diff --git a/tests/device.c b/tests/device.c index d9594451..83106e97 100644 --- a/tests/device.c +++ b/tests/device.c @@ -14,13 +14,13 @@ * 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 . */ +#include #include #include -#include "../include/libsigrok/libsigrok.h" +#include #include "lib.h" START_TEST(test_user_new)