make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug()
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "client.h"
|
||||
#include "screenlist.h"
|
||||
|
||||
Reference in New Issue
Block a user