1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-04 11:06:42 +00:00

Fix include for iovecs

This commit is contained in:
erdgeist 2007-12-03 01:20:27 +00:00
parent dafe5c9f6c
commit d3b8375080

View File

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <sys/uio.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/mman.h>