mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Ignore generated config.h properly on Unix
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#ifdef WIN32
|
||||
#include "../../config-win32.h"
|
||||
#else
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <time.h> /* need time_t */
|
||||
|
||||
Reference in New Issue
Block a user