mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
daemon: winsock2.h needed for gethostname on windows
This commit is contained in:
parent
2ab223899f
commit
092bd57e49
@ -54,9 +54,12 @@
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <getopt.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Winsock2.h"
|
||||
#endif
|
||||
|
||||
#include "btstack.h"
|
||||
#include "btstack_client.h"
|
||||
#include "btstack_debug.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user