mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
mdig : fix compilation on some gcc versions
This commit is contained in:
parent
1ce5609038
commit
744d582c5f
@ -1,6 +1,6 @@
|
|||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CFLAGS += -s -O3
|
CFLAGS += -s -O3
|
||||||
LIBS =
|
LIBS = -lpthread
|
||||||
SRC_FILES = *.c
|
SRC_FILES = *.c
|
||||||
|
|
||||||
all: mdig
|
all: mdig
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
// ip list >stdout
|
// ip list >stdout
|
||||||
// errors, verbose >stderr
|
// errors, verbose >stderr
|
||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user