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