aboutsummaryrefslogtreecommitdiffstats
path: root/rb/rb.c
diff options
context:
space:
mode:
Diffstat (limited to 'rb/rb.c')
-rw-r--r--rb/rb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rb/rb.c b/rb/rb.c
index 08b94c0..b8ae3b8 100644
--- a/rb/rb.c
+++ b/rb/rb.c
@@ -20,12 +20,12 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/time.h>
#if ENABLE_THREADS
+# include <fcntl.h>
# include <pthread.h>
# include <sys/socket.h>
-# include <fcntl.h>
+# include <sys/time.h>
#endif
#include "rb.h"