1
0
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:
Ilia Alshanetsky
2003-03-24 15:21:53 +00:00
parent d53b487633
commit 5c159052bf

View File

@@ -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