mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-28 23:50:55 +00:00
*** empty log message ***
This commit is contained in:
parent
4d8fff0ec0
commit
9dcfb711c1
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue