diff options
author | Scott MacVicar <scottmac@php.net> | 2009-08-05 23:20:17 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-08-05 23:20:17 +0000 |
commit | af5df4c813bd32d58ed4510a4cb0da2f516e5a5d (patch) | |
tree | bedfc028049797119ef56e4510168ca713293a76 /ext/standard/php_standard.h | |
parent | d46ca6d3b59668eb3ac0d6cf87a4252717dd6919 (diff) | |
download | php-git-af5df4c813bd32d58ed4510a4cb0da2f516e5a5d.tar.gz |
Change dns.h to php_dns.h, part of my dns cleanup
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index b1ee04727d..f9919e0e29 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -23,7 +23,7 @@ #include "php_string.h" #include "base64.h" #include "php_dir.h" -#include "dns.h" +#include "php_dns.h" #include "php_mail.h" #include "md5.h" #include "sha1.h" |