From a8efd27cd5aee8e77638190fa620a39e1c54492a Mon Sep 17 00:00:00 2001 From: Patrick Roth Date: Fri, 18 Oct 2019 14:16:00 +0200 Subject: wrong include paths for o-3000 header files --- o3000.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'o3000.h') diff --git a/o3000.h b/o3000.h index b13b767..8b297a6 100644 --- a/o3000.h +++ b/o3000.h @@ -30,8 +30,8 @@ #ifndef _O3000_H #define _O3000_H -#include "o3000/o3000_portable.h" -#include "o3000/image_header.h" +#include "o3000_portable.h" +#include "image_header.h" /** * O-3000 library version -- cgit v1.2.1