Only include config.h if HAVE_CONFIG_H is defined

This commit is contained in:
Romain Tartière 2017-06-27 10:58:34 +02:00
parent 6c1f6283bd
commit 2a311c13ad

View file

@ -14,7 +14,9 @@
* June 2015
*/
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#if defined(HAVE_SYS_TYPES_H)
# include <sys/types.h>