Missing include for htonl()

dynamic-accesslists
erdgeist 2007-11-19 01:02:10 +00:00
parent 8d5f221785
commit 3528752c7b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <arpa/inet.h>
/* Libowfat */
#include "textcode.h"