Use angle brackets when including headers that can only be found when

an -I flag is specified.  The files in the compat dir could get away
with double quotes here but I've converted all the source files
to use angle brackets for consistency.
This commit is contained in:
Todd C. Miller
2010-04-30 15:13:47 -04:00
parent 1438664047
commit d346e50903
20 changed files with 34 additions and 35 deletions

View File

@@ -41,8 +41,8 @@
# 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.