]> granicus.if.org Git - sudo/commitdiff
now sudo.h gets included first
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 21 Oct 1993 20:42:37 +0000 (20:42 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 21 Oct 1993 20:42:37 +0000 (20:42 +0000)
parse.lex

index b1787fa758f0899d209aad70290913e71103c128..d4c33528a05841b1dd558e0f132bdeed5129b39b 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -32,8 +32,8 @@
 *******************************************************************************/
 #include <sys/types.h>
 #include <sys/param.h>
-#include "y.tab.h"
 #include "sudo.h"
+#include "y.tab.h"
 
 #ifdef FLEX_SCANNER
 int yylineno = 0;