Fixed ntohl include
parent
c718b15168
commit
d84f1ff4eb
|
@ -3,6 +3,7 @@
|
|||
|
||||
/* System */
|
||||
#include <stdlib.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue