diff options
author | monty@narttu.mysql.fi <> | 2003-02-28 22:24:57 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-28 22:24:57 +0200 |
commit | 065bcf92fb8d193508602ed9ea0bf086b21038ce (patch) | |
tree | 8d48b8cf60d3cacc22ce258f2109795a967b459f /include | |
parent | e087f900e52e475a3b12f9b5cee25378948022e3 (diff) | |
parent | e8aa21c8d30c11b5dabd31cc90c59f49049a04a1 (diff) | |
download | mariadb-git-065bcf92fb8d193508602ed9ea0bf086b21038ce.tar.gz |
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index f98cc48ba20..49ca0e03f89 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -261,6 +261,7 @@ C_MODE_END #define CONFIG_SMP #include <asm/atomic.h> #endif +#include <errno.h> /* Recommended by debian */ /* Go around some bugs in different OS and compilers */ #if defined(_HPUX_SOURCE) && defined(HAVE_SYS_STREAM_H) |