1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed minor compiler errors encountered during pre-final builds.

This commit is contained in:
greg@mysql.com
2003-11-12 03:38:46 -05:00
parent 82c0c6c42f
commit 42e36fea12
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
#include <signal.h>
#include <thr_lock.h>
#include <my_base.h> /* Needed by field.h */
#include <sql_bitmap.h>
#include "sql_bitmap.h"
#ifdef __EMX__
#undef write /* remove pthread.h macro definition for EMX */