mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
FRONTPANEL: Properly order include files to avoid winsock conflicts
This commit is contained in:
parent
749dd7d333
commit
f1b7dc9d21
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user