Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
This commit is contained in:
parent
d830cbf39a
commit
090ebffc84
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
|||
**************************************************************************/
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue