Merge commit 'upstream/1.7.6p1'
[debian/sudo] / error.c
diff --git a/error.c b/error.c
index 6f8149bfadedd8c8426f7e53bfb29661d2af4dbf..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"
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: error.c,v 1.7 2005/11/18 01:39:58 millert Exp $";
-#endif /* lint */
-
 static void _warning   __P((int, const char *, va_list));
        void cleanup    __P((int));