diff options
Diffstat (limited to 'gdb/common/netstuff.c')
-rw-r--r-- | gdb/common/netstuff.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/common/netstuff.c b/gdb/common/netstuff.c index 27fdc739ffd..b72d3499b3e 100644 --- a/gdb/common/netstuff.c +++ b/gdb/common/netstuff.c @@ -16,8 +16,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" -#include "netstuff.h" +#include "common/common-defs.h" +#include "common/netstuff.h" + +/* Standard C++ includes. */ #include <algorithm> #ifdef USE_WIN32API |