#endif /* HAVE_STRING_H */
#include <limits.h>
-#include "compat.h"
+#include <compat.h>
#ifndef LINE_MAX
# define LINE_MAX 2048
#endif /* STDC_HEADERS */
#include <signal.h>
-#include "compat.h"
+#include <compat.h>
#if !defined(NSIG)
# if defined(_NSIG)
#endif
#include <errno.h>
-#include "compat.h"
+#include <compat.h>
int
nanosleep(const struct timespec *ts, struct timespec *rts)
# include <malloc.h>
#endif /* HAVE_MALLOC_H && !STDC_HEADERS */
-#include "compat.h"
+#include <compat.h>
char *
strdup(const char *src)
# include <malloc.h>
#endif /* HAVE_MALLOC_H && !STDC_HEADERS */
-#include "compat.h"
+#include <compat.h>
char *
strndup(const char *src, size_t maxlen)
#include <stdarg.h>
#include <sudo_plugin.h>
-#include "compat.h"
-#include "missing.h"
+#include <compat.h>
+#include <missing.h>
/*
* Sample plugin module that allows any user who knows the password
# include <sys/sysctl.h>
#endif
-#include "compat.h"
-#include "missing.h"
+#include <compat.h>
+#include <missing.h>
/*
* Fill in a struct timeval with the time the system booted.
#endif
#include <ctype.h>
-#include "compat.h"
+#include <compat.h>
#define EPOCH 1970
#include <gram.h>
#ifndef HAVE_FNMATCH
-# include "compat/fnmatch.h"
+# include <compat/fnmatch.h>
#endif /* HAVE_FNMATCH */
#ifndef HAVE_EXTENDED_GLOB
-# include "compat/glob.h"
+# include <compat/glob.h>
#endif /* HAVE_EXTENDED_GLOB */
#ifdef USING_NONUNIX_GROUPS
# include "nonunix.h"
#include <pathnames.h>
-#include "compat.h"
-#include "alloc.h"
-#include "error.h"
-#include "missing.h"
+#include <compat.h>
+#include <alloc.h>
+#include <error.h>
+#include <missing.h>
/* For getopt(3) */
extern char *optarg;
#endif /* STDC_HEADERS */
#include <time.h>
-#include "compat.h"
+#include <compat.h>
char *get_timestr(time_t, int);
#include <vas.h>
-#include "compat.h"
#include "logging.h"
#include "nonunix.h"
#include "parse.h"
# include <inttypes.h>
#endif
-#include "compat.h"
-#include "alloc.h"
-#include "error.h"
+#include <compat.h>
+#include <alloc.h>
+#include <error.h>
/*
* If there is no SIZE_MAX or SIZE_T_MAX we have to assume that size_t
# endif
#endif /* HAVE_STRING_H */
-#include "compat.h"
-#include "missing.h"
+#include <compat.h>
+#include <missing.h>
int
atobool(const char *str)
#endif /* STDC_HEADERS */
#include <stdarg.h>
-#include "compat.h"
+#include <compat.h>
#include "logging.h"
#ifdef HAVE_BSM_AUDIT
# include <termio.h>
#endif
-#include "compat.h"
-#include "alloc.h"
-#include "error.h"
-#include "missing.h"
-#include "lbuf.h"
+#include <compat.h>
+#include <alloc.h>
+#include <error.h>
+#include <missing.h>
+#include <lbuf.h>
void
lbuf_init(struct lbuf *lbuf, int (*output)(const char *),
# endif
#endif /* STDC_HEADERS */
-#include "compat.h"
-#include "list.h"
+#include <compat.h>
+#include <list.h>
#ifdef DEBUG
-# include "error.h"
+# include <error.h>
#endif
struct list_proto {
#include <string.h>
#include <unistd.h>
-#include "compat.h"
+#include <compat.h>
int
main (int argc, char *argv[])
# include <termio.h>
#endif /* HAVE_TERMIOS_H */
-#include "compat.h"
+#include <compat.h>
#ifndef TCSASOFT
# define TCSASOFT 0
# include <termio.h>
#endif
-#include "compat.h"
+#include <compat.h>
#if !defined(TIOCGSIZE) && defined(TIOCGWINSZ)
# define TIOCGSIZE TIOCGWINSZ