mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
Added missing header that prevents successful compilation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user