Loading exec.c +1 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #ifdef _WIN32 #include <windows.h> #else #ifndef _WIN32 #include <sys/types.h> #include <sys/mman.h> #endif Loading Loading
exec.c +1 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #ifdef _WIN32 #include <windows.h> #else #ifndef _WIN32 #include <sys/types.h> #include <sys/mman.h> #endif Loading