make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug()
This commit is contained in:
+3
-1
@@ -218,7 +218,9 @@
|
||||
* the fact that this work is dual licensed.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
/* Define HAVE_SNPRINTF if your system already has snprintf and vsnprintf.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user