Mercurial > emacs
changeset 4591:0dd1dfcb2332
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 12 Aug 1993 22:17:13 +0000 |
parents | e8bd41ac77be |
children | 168bcc1aeea3 |
files | src/getloadavg.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/getloadavg.c Thu Aug 12 22:07:47 1993 +0000 +++ b/src/getloadavg.c Thu Aug 12 22:17:13 1993 +0000 @@ -69,7 +69,10 @@ #ifdef HAVE_CONFIG_H -#include "config.h" +/* We use <config.h> instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because getloadavg.c was found in $srcdir). */ +#include <config.h> #endif