Missing include for htonl()

master
Dirk Engling 2007-11-19 01:02:10 +00:00
parent 53a7c09bc0
commit 7b6b26e7ca
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"