$NetBSD$

--- src/sh_error.c.orig	2008-04-17 21:14:14.000000000 +0200
+++ src/sh_error.c
@@ -17,6 +17,7 @@
 /*  along with this program; if not, write to the Free Software            */
 /*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.              */
 
+#include <stdarg.h>
 #include "config_xor.h"
 
 /* Required on Linux to get the correct strerror_r function. Also
@@ -30,7 +31,6 @@
 #include <string.h>
 #include <stdio.h>     
 #include <stdlib.h>     
-#include <stdarg.h>
 #include <ctype.h>
 #include <limits.h>
 #include <errno.h>
