1
0
Fork 0

Fix: fixed missing includes of standard headers.

This fixes missing includes of standard headers.
This seems to happened as a result of cleaning up the protocol code.
This commit is contained in:
Philipp Schafft 2015-11-20 19:37:55 +00:00
parent 31c0511a7f
commit bac982d2c8
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#endif
#include <sys/types.h>
#include <strings.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>