Merge commit 'upstream/1.7.6p1'
[debian/sudo] / error.c
diff --git a/error.c b/error.c
index 317f10561cbecfba55bfd6c2eee842a3ae688da9..e5cb959713b76e149c3580d7a01faa3ae20fe450 100644 (file)
--- a/error.c
+++ b/error.c
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <config.h>
+
+#include <sys/types.h>
+
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include <config.h>
-#include <compat.h>
+#include "missing.h"
 #include "error.h"
 
 static void _warning   __P((int, const char *, va_list));