Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiahui17 committed Feb 24, 2025
1 parent c6270c5 commit 5361c3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sis/atpg/atpg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

#include "list.h"
#include "node.h"
#include "sat.h"
#include "st.h"
#include "seqbdd.h"

typedef enum stuck_value_enum stuck_value_t;
enum stuck_value_enum {
Expand Down
6 changes: 4 additions & 2 deletions sis/seqbdd/seqbdd.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

/* file %M% release %I% */
/* file %M% release %I% */
/* last modified: %G% at %U% */

#ifndef VERIF_INT_H
#define VERIF_INT_H

#include "array.h"
#include "node.h"
#include "st.h"
typedef enum {
CONSISTENCY_METHOD,
BULL_METHOD,
Expand Down

0 comments on commit 5361c3d

Please sign in to comment.