1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

*** empty log message ***

This commit is contained in:
Roland McGrath 1993-08-12 22:17:13 +00:00
parent 1a3ac8b9d2
commit 3070929adb

View file

@ -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