FRONTPANEL: Properly order include files to avoid winsock conflicts

This commit is contained in:
Mark Pizzolato 2021-01-12 12:04:48 -08:00
parent 749dd7d333
commit f1b7dc9d21

View file

@ -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>