diff --git a/lib/roken/roken.h b/lib/roken/roken.h index f9c78a444..d308a52ac 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -45,12 +45,12 @@ #include #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif #ifdef HAVE_GRP_H #include #endif diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index f9c78a444..d308a52ac 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -45,12 +45,12 @@ #include #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif #ifdef HAVE_GRP_H #include #endif