Missing include for htonl()
parent
53a7c09bc0
commit
7b6b26e7ca
|
@ -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