Commit a13516c0 authored by Federico Vaga's avatar Federico Vaga

demos: hopefully last fixes after header re-organization

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 01b0a765
......@@ -5,7 +5,7 @@
#ifndef __SPEC_COMMON_H
#define __SPEC_COMMON_H
#include <mockturtle.h>
#include <mockturtle/mockturtle.h>
/**
......
......@@ -11,7 +11,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <libmockturtle.h>
#include <mockturtle/libmockturtle.h>
#include <libspec-internal.h>
const char *spec_btn_str[] = {
......
......@@ -6,7 +6,7 @@
#ifndef __SVEC_COMMON_H
#define __SVEC_COMMON_H
#include <mockturtle.h>
#include <mockturtle/mockturtle.h>
/* HMQ slots used for input */
......
......@@ -11,7 +11,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <libmockturtle.h>
#include <mockturtle/libmockturtle.h>
#include <libsvec-internal.h>
const char *svec_errors[] = {
......
......@@ -48,7 +48,7 @@ visible to your programs/libraries::
In order to include this library in your project you must include in your
source code:::
#include <libmockturtle.h>
#include <mockturtle/libmockturtle.h>
While in the compilation command you have to provide the following options
(e.g. GCC):::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment