aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/getloadavg.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index b748c3a5ace..ad79231f671 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -69,10 +69,14 @@
69 69
70 70
71#ifdef HAVE_CONFIG_H 71#ifdef HAVE_CONFIG_H
72#if defined (emacs) || defined (CONFIG_BROKETS)
72/* We use <config.h> instead of "config.h" so that a compilation 73/* 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 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 (which it would do because it found this file in $srcdir). */
75#include <config.h> 76#include <config.h>
77#else
78#include "config.h"
79#endif
76#endif 80#endif
77 81
78 82