Add missing includes for config.h.
This commit is contained in:
parent
be7fc9aab2
commit
d71bf20df3
|
@ -27,6 +27,7 @@
|
|||
/* Send bug-reports and/or questions to Paul Gastin */
|
||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
#include "util.h"
|
||||
#include <sys/resource.h>
|
||||
|
|
1
buchi.c
1
buchi.c
|
@ -27,6 +27,7 @@
|
|||
/* Send bug-reports and/or questions to Paul Gastin */
|
||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
#include "util.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 */
|
||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
|
||||
typedef struct Cache {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
/* Send bug-reports and/or questions to Paul Gastin */
|
||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
#include "util.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 */
|
||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <ctype.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 */
|
||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
|
||||
#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 */
|
||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
|
||||
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 */
|
||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
|
||||
extern int tl_verbose;
|
||||
|
|
1
set.c
1
set.c
|
@ -27,6 +27,7 @@
|
|||
/* Send bug-reports and/or questions to Paul Gastin */
|
||||
/* http://www.lsv.ens-cachan.fr/~gastin */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
|
||||
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 */
|
||||
/* Written by Gerard J. Holzmann, Bell Laboratories, U.S.A. */
|
||||
|
||||
#include "config.h"
|
||||
#include "ltl2ba.h"
|
||||
|
||||
extern int tl_verbose, tl_terse, tl_errs;
|
||||
|
|
Loading…
Reference in a new issue