diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-08 23:48:46 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-08 23:48:46 +0100 |
commit | bca7e6c554fe2406004c25056160950a276208f7 (patch) | |
tree | affce10d5ffb06674f2208493591112526cbb9ed /src/common/text.c | |
parent | 774ff23920e1e2f3f2f23c7be3da27497c1b5df6 (diff) |
update xchat to r1499
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c index a2198517..6b111742 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -28,7 +28,7 @@ #include <sys/mman.h> #include "xchat.h" -#include <glib/ghash.h> +#include <glib.h> #include "cfgfiles.h" #include "chanopt.h" #include "plugin.h" |