Revision f582af58

b/osdep.c
28 28
#include <errno.h>
29 29
#include <unistd.h>
30 30
#include <fcntl.h>
31

  
32
/* Needed early for CONFIG_BSD etc. */
33
#include "config-host.h"
34

  
31 35
#ifdef CONFIG_SOLARIS
32 36
#include <sys/types.h>
33 37
#include <sys/statvfs.h>
34 38
#endif
35 39

  
36
/* Needed early for CONFIG_BSD etc. */
37
#include "config-host.h"
38

  
39 40
#ifdef _WIN32
40 41
#include <windows.h>
41 42
#elif defined(CONFIG_BSD)

Also available in: Unified diff