Skip to content

Commit 1403a26

Browse files
committed
Bug#18404381: REMOVE UNNEEDE CMAKE CHECKS AND #IFDEFS IN 5.7.5
Post-push fix: Fix broken build on Solaris with InnoDB memcached and without performance schema.
1 parent 636aee2 commit 1403a26

File tree

1 file changed

+3
-0
lines changed
  • storage/innobase/include

1 file changed

+3
-0
lines changed

storage/innobase/include/univ.i

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ support cross-platform development and expose comonly used SQL names. */
113113

114114
#include <stdint.h>
115115
#include <inttypes.h>
116+
#ifdef HAVE_UNISTD_H
117+
#include <unistd.h>
118+
#endif
116119

117120
/* Following defines are to enable performance schema
118121
instrumentation in each of five InnoDB modules if

0 commit comments

Comments
 (0)