Add missing includes for config.h.
This commit is contained in:
parent
be7fc9aab2
commit
d71bf20df3
11 changed files with 11 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
/* Send bug-reports and/or questions to Paul Gastin */
|
/* Send bug-reports and/or questions to Paul Gastin */
|
||||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
|
||||||
1
buchi.c
1
buchi.c
|
|
@ -27,6 +27,7 @@
|
||||||
/* Send bug-reports and/or questions to Paul Gastin */
|
/* Send bug-reports and/or questions to Paul Gastin */
|
||||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
|
||||||
1
cache.c
1
cache.c
|
|
@ -30,6 +30,7 @@
|
||||||
/* Some of the code in this file was taken from the Spin software */
|
/* Some of the code in this file was taken from the Spin software */
|
||||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
||||||
typedef struct Cache {
|
typedef struct Cache {
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
/* Send bug-reports and/or questions to Paul Gastin */
|
/* Send bug-reports and/or questions to Paul Gastin */
|
||||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
|
||||||
1
lex.c
1
lex.c
|
|
@ -30,6 +30,7 @@
|
||||||
/* Some of the code in this file was taken from the Spin software */
|
/* Some of the code in this file was taken from the Spin software */
|
||||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
|
||||||
1
mem.c
1
mem.c
|
|
@ -30,6 +30,7 @@
|
||||||
/* Some of the code in this file was taken from the Spin software */
|
/* Some of the code in this file was taken from the Spin software */
|
||||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
|
|
|
||||||
1
parse.c
1
parse.c
|
|
@ -30,6 +30,7 @@
|
||||||
/* Some of the code in this file was taken from the Spin software */
|
/* Some of the code in this file was taken from the Spin software */
|
||||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
||||||
extern int tl_verbose, tl_simp_log;
|
extern int tl_verbose, tl_simp_log;
|
||||||
|
|
|
||||||
1
rewrt.c
1
rewrt.c
|
|
@ -30,6 +30,7 @@
|
||||||
/* Some of the code in this file was taken from the Spin software */
|
/* Some of the code in this file was taken from the Spin software */
|
||||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
||||||
extern int tl_verbose;
|
extern int tl_verbose;
|
||||||
|
|
|
||||||
1
set.c
1
set.c
|
|
@ -27,6 +27,7 @@
|
||||||
/* Send bug-reports and/or questions to Paul Gastin */
|
/* Send bug-reports and/or questions to Paul Gastin */
|
||||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
||||||
extern FILE *tl_out;
|
extern FILE *tl_out;
|
||||||
|
|
|
||||||
1
trans.c
1
trans.c
|
|
@ -30,6 +30,7 @@
|
||||||
/* Some of the code in this file was taken from the Spin software */
|
/* Some of the code in this file was taken from the Spin software */
|
||||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
|
|
||||||
extern int tl_verbose, tl_terse, tl_errs;
|
extern int tl_verbose, tl_terse, tl_errs;
|
||||||
|
|
|
||||||
1
util.c
1
util.c
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include "config.h"
|
||||||
#include "ltl2ba.h"
|
#include "ltl2ba.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue