mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 13:15:16 -04:00
fix compile error on linux
This commit is contained in:
parent
240c8764fb
commit
47edde89d5
1 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
||||||
// sse_receiver.c
|
// sse_receiver.c
|
||||||
#include "sse_receiver.h"
|
#include "sse_receiver.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue