diff -r b1426511fb64 -r e908d309e7ec ext/bsdjail.h --- a/ext/bsdjail.h Thu Dec 25 07:33:20 2008 +0000 +++ b/ext/bsdjail.h Thu Dec 25 08:35:46 2008 +0000 @@ -1,5 +1,8 @@ /* * bsdjail.h - Header for the bsdjail extension + * + * vim: set nosta noet ts=4 sw=4: + * * $Id$ * * Authors: @@ -39,15 +42,17 @@ #ifndef _BSDJAIL_H_ #define _BSDJAIL_H_ +#include +#include /* For rb_dbl2big() */ #include #include #include #include #include - -#include -#include /* For rb_dbl2big() */ +#include +#include +#include /* Debugging functions/macros */