mirror of
git://erdgeist.org/opentracker
synced 2025-07-22 16:35:19 +02:00
Missing include for htonl()
This commit is contained in:
parent
8d5f221785
commit
3528752c7b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
/* Libowfat */
|
||||
#include "textcode.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue