Include juggling

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/helpers.c b/helpers.c
index 8ac5823..9b1f3e9 100644
--- a/helpers.c
+++ b/helpers.c
@@ -5,6 +5,7 @@
 #include <netinet/in.h>
 
 #include "compiler/compiler.h"
+#include "os/os.h"
 
 int __weak posix_fallocate(int fd, off_t offset, off_t len)
 {