mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
[HAVE_CONFIG_H]: Only include config.h when defined.
This commit is contained in:
parent
88800afc90
commit
b98cf43f01
@ -1,6 +1,8 @@
|
||||
/* Program to produce output at regular intervals. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user