mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
FRONTPANEL: Properly order include files to avoid winsock conflicts
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "sim_sock.h"
|
||||
|
||||
#include "sim_frontpanel.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -58,8 +60,6 @@ extern "C" {
|
||||
#include <signal.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "sim_sock.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <process.h>
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user