summaryrefslogtreecommitdiff
path: root/mysys/mf_tempfile.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-10-05 01:00:36 +0300
committermonty@donna.mysql.com <>2000-10-05 01:00:36 +0300
commita7c5cc01b3d2afb5c2465e39e401cd7f337bf3dc (patch)
treef453103c3ed0bd73e54de2afb70d718fdc4c01ad /mysys/mf_tempfile.c
parent527113d370cfd590dfd7e64d52a8470a1cf918ca (diff)
downloadmariadb-git-a7c5cc01b3d2afb5c2465e39e401cd7f337bf3dc.tar.gz
Small fixes
Diffstat (limited to 'mysys/mf_tempfile.c')
-rw-r--r--mysys/mf_tempfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_tempfile.c b/mysys/mf_tempfile.c
index a202dd13d8b..8370c6e7ec8 100644
--- a/mysys/mf_tempfile.c
+++ b/mysys/mf_tempfile.c
@@ -20,7 +20,7 @@
#include "my_static.h"
#include "mysys_err.h"
#include <errno.h>
-#ifdef HAVE_PATH_H
+#ifdef HAVE_PATHS_H
#include <paths.h>
#endif