mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 15:43:25 +00:00
libfst is no longer included in gtkwave and instead has its own repo. There has also been some refactoring, so the patches need to update to match, as does sim.cc.
16 lines
318 B
Diff
16 lines
318 B
Diff
--- fstapi.h
|
|
+++ fstapi.h
|
|
@@ -33,11 +33,12 @@ extern "C" {
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
-#include <zlib.h>
|
|
#include <inttypes.h>
|
|
#if defined(_MSC_VER)
|
|
+#include "libs/zlib/zlib.h"
|
|
#include "fst_win_unistd.h"
|
|
#else
|
|
+#include <zlib.h>
|
|
#include <unistd.h>
|
|
#endif
|
|
#include <time.h>
|