Mercurial > emacs
diff src/getloadavg.c @ 4591:0dd1dfcb2332
*** empty log message ***
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Thu, 12 Aug 1993 22:17:13 +0000 |
| parents | e51a7e8fffe2 |
| children | 0325106db7fd |
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
