]> sigrok.org Git - libsigrokdecode.git/blobdiff - tests/inst.c
install: unbreak installation with Python 3.7 (os.errno)
[libsigrokdecode.git] / tests / inst.c
index d227a51aa472cdd91c2338337747688db9f09190..fd8f709a5d6f13043cd72a0e306f8068ceaafa43 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 <config.h>
-#include "../libsigrokdecode.h" /* First, to avoid compiler warning. */
+#include <libsigrokdecode.h> /* First, to avoid compiler warning. */
 #include <stdlib.h>
 #include <check.h>
 #include "lib.h"