2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Use: #include <config.h>

Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
This commit is contained in:
Todd C. Miller
2004-11-19 18:39:14 +00:00
parent bb60da6bba
commit 2c2daa8eca
56 changed files with 63 additions and 63 deletions

View File

@@ -27,7 +27,7 @@ struct mbuf;
struct rtentry;
#endif
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>