mirror of https://github.com/YosysHQ/icestorm.git
Explicitly ask for vasprintf where appropriate.
This commit is contained in:
parent
5d14357f91
commit
8a7a746ca9
|
|
@ -16,6 +16,8 @@
|
|||
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
//
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <set>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
//
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue