mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
Fix compilation warnings
This commit is contained in:
parent
03bb1d1c4d
commit
3212cd5bd2
5
ir.c
5
ir.c
@ -1,4 +1,7 @@
|
|||||||
#define _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
|
# define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
#include "ir.h"
|
#include "ir.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user