Small linux fixes

This commit is contained in:
Ron Pedde
2003-12-01 15:27:40 +00:00
parent 074020fcb8
commit 2c029ddd15
5 changed files with 13 additions and 4 deletions

View File

@@ -26,10 +26,11 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <pthread.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <unistd.h>
#include <sys/stat.h>