mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fix include directive for glib.h
This commit is contained in:
committed by
GitHub
parent
e78251ee29
commit
c90f3c659a
@@ -1,4 +1,3 @@
|
||||
#include <glib.h>
|
||||
/* X-Chat
|
||||
* Copyright (C) 1998 Peter Zelezny.
|
||||
*
|
||||
@@ -17,6 +16,7 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "history.h"
|
||||
|
||||
Reference in New Issue
Block a user