FRONTPANEL: Properly order include files to avoid winsock conflicts
This commit is contained in:
parent
749dd7d333
commit
f1b7dc9d21
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue