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