summaryrefslogtreecommitdiff
path: root/sql/my_lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sql/my_lock.c')
-rw-r--r--sql/my_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/my_lock.c b/sql/my_lock.c
index 4d451fcff22..7f47256703a 100644
--- a/sql/my_lock.c
+++ b/sql/my_lock.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifdef __EMX__
+#if defined(__EMX__) || defined(__NETWARE__)
#include "../mysys/my_lock.c"
#else