mirror of https://github.com/YosysHQ/icestorm.git
Added missing #include <stdlib.h> to iceprog.c
This commit is contained in:
parent
a3510a4c11
commit
1b7253ade2
|
|
@ -28,6 +28,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue