Missing include for htonl()
parent
8d5f221785
commit
3528752c7b
|
@ -6,6 +6,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/* Libowfat */
|
||||
#include "textcode.h"
|
||||
|
|
Loading…
Reference in New Issue