Commit 30d5cdef authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed HAVE_UNISTD_H redefinition warning

parent 0db570b1
......@@ -48,7 +48,9 @@
#cmakedefine HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#ifndef HAVE_UNISTD_H
#cmakedefine HAVE_UNISTD_H
#endif
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
(Intel) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment