diff options
Diffstat (limited to 'lib/sendf.c')
-rw-r--r-- | lib/sendf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sendf.c b/lib/sendf.c index e048637be..7d238a974 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -38,12 +38,12 @@ * ------------------------------------------------------------ ****************************************************************************/ +#include "setup.h" + #include <stdio.h> #include <stdarg.h> #include <stdlib.h> -#include "setup.h" - #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |