don't include os_compat.h

When there are standardized headers, use these instead of the bloated
os_compat.h.
This commit is contained in:
Max Kellermann
2008-10-08 10:49:29 +02:00
parent ca68b1c80a
commit 71351160b1
62 changed files with 143 additions and 38 deletions

View File

@@ -20,7 +20,13 @@
#include "conf.h"
#include "utils.h"
#include "os_compat.h"
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <stdarg.h>
#include <fcntl.h>
#define LOG_DATE_BUF_SIZE 16
#define LOG_DATE_LEN (LOG_DATE_BUF_SIZE - 1)