]> granicus.if.org Git - sudo/commitdiff
#include "foo.h", not <foo.h> for local includes.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Feb 2011 15:51:43 +0000 (10:51 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Feb 2011 15:51:43 +0000 (10:51 -0500)
plugins/sudoers/sudoreplay.c
plugins/sudoers/toke_util.c

index e86fc49d54dec7c5532f8a371bad07b4b9e071a2..6343030e3b531f95e1ae2f2e63ce5bc061d9f338 100644 (file)
@@ -50,7 +50,7 @@
 # include <time.h>
 #endif
 #ifndef HAVE_TIMESPEC
-# include <compat/timespec.h>
+# include "compat/timespec.h"
 #endif
 #include <ctype.h>
 #include <errno.h>
index 1ae4ceb45f35a4e18d8a4223276237ca2d428e8f..16636b6a9fbad97e1f987e3081d41ea5fd6ce323 100644 (file)
@@ -50,7 +50,7 @@
 #include <ctype.h>
 #include "sudoers.h"
 #include "parse.h"
-#include <toke.h>
+#include "toke.h"
 #include <gram.h>
 
 static int arg_len = 0;