Fixed ntohl include

master
Dirk Engling 2007-11-06 12:04:05 +00:00
parent c718b15168
commit d84f1ff4eb
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/* System */
#include <stdlib.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <stdio.h>