diff --git a/include/ypparam.h b/include/ypparam.h index 79870e3..c74f6d7 100644 --- a/include/ypparam.h +++ b/include/ypparam.h @@ -26,7 +26,6 @@ extern "C" { #endif // __cplusplus #if defined(_WIN32) -#include #ifndef __pid_t_defined #ifndef _PID_T_ @@ -36,6 +35,10 @@ typedef int pid_t; #endif // ! _PID_T_ #endif // ! __pid_t_defined +#else + +#include + #endif // defined(_WIN32) /* コマンドナンバー */