mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Better fix than f2266d9678
This commit is contained in:
@@ -107,6 +107,7 @@ typedef unsigned long long u64;
|
|||||||
#endif
|
#endif
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
@@ -166,10 +167,6 @@ extern int capget(cap_user_header_t header, cap_user_data_t data);
|
|||||||
|
|
||||||
#define ADDRSTRLEN INET6_ADDRSTRLEN
|
#define ADDRSTRLEN INET6_ADDRSTRLEN
|
||||||
|
|
||||||
#ifndef UINT32_MAX
|
|
||||||
#define UINT32_MAX 0xffffffff
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Async event queue */
|
/* Async event queue */
|
||||||
struct event_desc {
|
struct event_desc {
|
||||||
int event, data, msg_sz;
|
int event, data, msg_sz;
|
||||||
|
|||||||
Reference in New Issue
Block a user