mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in cURL extension
This commit is contained in:
parent
b35addc585
commit
93b51f4e26
5 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "Zend/zend_interfaces.h"
|
||||
#include "php_curl.h"
|
||||
#include "curl_file_arginfo.h"
|
||||
#if HAVE_CURL
|
||||
#ifdef HAVE_CURL
|
||||
|
||||
PHP_CURL_API zend_class_entry *curl_CURLFile_class;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue