make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug()
This commit is contained in:
+4
-4
@@ -17,15 +17,15 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#ifndef WIN32
|
||||
#include <sys/errno.h>
|
||||
#include <dlfcn.h>
|
||||
# include <sys/errno.h>
|
||||
# include <dlfcn.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
# include <windows.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "main.h" /* for timer */
|
||||
|
||||
Reference in New Issue
Block a user