Skip to content

Commit 505c27d

Browse files
weipingclaude
andcommitted
fix: correct regexp.h include path
Changed #include "regexp.h" to #include "smartdns/regexp.h" to avoid conflict with glibc's deprecated <regexp.h>. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent cef9c1a commit 505c27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dns_conf/dns_conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include "proxy_server.h"
5050
#include "ptr.h"
5151
#include "qtype_soa.h"
52-
#include "regexp.h"
52+
#include "smartdns/regexp.h"
5353
#include "server.h"
5454
#include "server_group.h"
5555
#include "smartdns_domain.h"

0 commit comments

Comments
 (0)