be sure that size_t and ssize_t are defined.
--HG--
branch : 1.7
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
+#include <sys/types.h>
+
#include <stdio.h>
#include <string.h>
*/
#include <config.h>
+#include <sys/types.h>
#include <missing.h>
#undef isblank
#ifndef _SUDO_MISSING_H
#define _SUDO_MISSING_H
+#ifndef NULL
+# include <stdio.h>
+#endif
+#ifdef __STDC__
+# include <stdarg.h>
+#else
+# include <varargs.h>
+#endif
+
/*
* Macros that may be missing on some Operating Systems
*/
# define WCOREDUMP(x) ((x) & 0x80)
#endif
-#include <stdio.h>
-#ifdef __STDC__
-# include <stdarg.h>
-#else
-# include <varargs.h>
-#endif
-
/* Functions "missing" from libc. */
struct timeval;
#include <config.h>
+#include <sys/types.h>
+
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
+#include <sys/types.h>
#include <signal.h>
#include <errno.h>
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <errno.h>
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+
#include <stdio.h>
#include <signal.h>
#include <config.h>
+#include <sys/types.h>
+
#include <errno.h>
#ifndef HAVE_TIMESPEC
# include <time.h>