]> granicus.if.org Git - sudo/commitdiff
now includes config.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 1994 01:09:48 +0000 (01:09 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 1994 01:09:48 +0000 (01:09 +0000)
parse.lex
parse.yacc

index 68ed482a084dcdc05247b339ad8afde2fe8ad80c..a9d932af02440c0102627f5158a9a2f8ecf62f8f 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -41,6 +41,7 @@ static char rcsid[] = "$Id$";
 
 #include <sys/types.h>
 #include <sys/param.h>
+#include "config.h"
 #include "sudo.h"
 #include "y.tab.h"
 
index c5435172ae08bb9b5a747a48ae5ccfb33cf899df..f11b5f7cbcd654eb074ba9ac663c320d11ac6c30 100644 (file)
@@ -42,6 +42,7 @@ static char rcsid[] = "$Id$";
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/param.h>
+#include "config.h"
 #include "sudo.h"
 
 extern int yylineno;