mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
Added missing header that prevents successful compilation.
This commit is contained in:
parent
d53b487633
commit
5c159052bf
@ -3,6 +3,9 @@ This file is public domain and comes with NO WARRANTY of any kind */
|
||||
|
||||
#ifndef _mysys_err_h
|
||||
#define _mysys_err_h
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user