Only include config.h if HAVE_CONFIG_H is defined
This commit is contained in:
parent
6c1f6283bd
commit
2a311c13ad
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
||||||
* June 2015
|
* June 2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#if defined(HAVE_CONFIG_H)
|
||||||
|
# include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_SYS_TYPES_H)
|
#if defined(HAVE_SYS_TYPES_H)
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
Loading…
Reference in a new issue