From 71351160b1b6fd4203f27f9159ae39a476483e1a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:29 +0200 Subject: don't include os_compat.h When there are standardized headers, use these instead of the bloated os_compat.h. --- src/utils.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index a6e26d191..9a83b6f52 100644 --- a/src/utils.h +++ b/src/utils.h @@ -20,7 +20,12 @@ #define UTILS_H #include "gcc.h" -#include "os_compat.h" + +#include +#include +#include +#include +#include #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) -- cgit v1.2.3