- add missing headers to avoid warnings

This commit is contained in:
Jerome Loyet 2012-05-26 17:38:08 +02:00
parent d90003b549
commit 0037598252

View File

@ -5,6 +5,8 @@
#ifndef FPM_MISC_H
#define FPM_MISC_H 1
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <fcntl.h>