aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1993-08-12 22:17:13 +0000
committerRoland McGrath1993-08-12 22:17:13 +0000
commit3070929adb33aa100d7a99f8d72d93fb08c45b9b (patch)
tree018ce4ba0f27c87f50a0cc57fcab5eef71213729 /src
parent1a3ac8b9d23daeeaf6b38a21205a32e1e80417fb (diff)
downloademacs-3070929adb33aa100d7a99f8d72d93fb08c45b9b.tar.gz
emacs-3070929adb33aa100d7a99f8d72d93fb08c45b9b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/getloadavg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index 3e4a1d41288..b748c3a5ace 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -69,7 +69,10 @@
69 69
70 70
71#ifdef HAVE_CONFIG_H 71#ifdef HAVE_CONFIG_H
72#include "config.h" 72/* We use <config.h> instead of "config.h" so that a compilation
73 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
74 (which it would do because getloadavg.c was found in $srcdir). */
75#include <config.h>
73#endif 76#endif
74 77
75 78