Commit 52be0eb
committed
Fix asm1130 unlink declaration
On non-Windows hosts, include `<unistd.h>` to get the `unlink` function
declaration. Fix comes from open-simh PR 523; fixes a build failure
for asm1130 with modern C compilers.1 parent 65e0903 commit 52be0eb
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| |||
0 commit comments