All: Fix *nix build

This commit is contained in:
Jeffrey Pfau 2015-02-23 23:49:40 -08:00
parent 5d1b05c990
commit a0b94db9a7
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "gdb-stub.h"
#include <errno.h>
#include <signal.h>
#ifndef SIGTRAP

View File

@ -19,6 +19,7 @@
#define SOCKET_FAILED(s) ((s) == INVALID_SOCKET)
typedef SOCKET Socket;
#else
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>