- passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode.cc, passes/cmds/select.cc:...
authorSiesh1oo <siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 13:35:46 +0000 (14:35 +0100)
committerSiesh1oo <siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 13:35:46 +0000 (14:35 +0100)
passes/cmds/select.cc
passes/fsm/fsm_recode.cc
passes/techmap/dfflibmap.cc

index 3a886b1c8af2c05a369429a42e7d0b2ee9bc6fbe..59f936b01396525b70e24d4bcab76feeee8770fd 100644 (file)
@@ -23,6 +23,7 @@
 #include "kernel/log.h"
 #include <string.h>
 #include <fnmatch.h>
+#include <errno.h>
 
 using RTLIL::id2cstr;
 
index 5a4e091cf6dc1411e0b9666646b907a760d487ba..b02287962a158adf6bd30a9b6cdb59166624c8f8 100644 (file)
@@ -23,8 +23,9 @@
 #include "kernel/consteval.h"
 #include "kernel/celltypes.h"
 #include "fsmdata.h"
-#include "math.h"
+#include <math.h>
 #include <string.h>
+#include <errno.h>
 
 static void fm_set_fsm_print(RTLIL::Cell *cell, RTLIL::Module *module, FsmData &fsm_data, const char *prefix, FILE *f)
 {
index fd5fa86e17863c04ec37ec2bcb62f4fefc175c96..4bf73358bfdb8c3075b9d8ddcb5d32d38aa36361 100644 (file)
@@ -21,6 +21,7 @@
 #include "kernel/log.h"
 #include "libparse.h"
 #include <string.h>
+#include <errno.h>
 
 using namespace PASS_DFFLIBMAP;