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/util.c | |
parent | 774ff23920e1e2f3f2f23c7be3da27497c1b5df6 (diff) |
update xchat to r1499
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index 49517ec4..5a0ab6c5 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -39,7 +39,7 @@ #include <errno.h> #include "xchat.h" #include "xchatc.h" -#include <glib/gmarkup.h> +#include <glib.h> #include <ctype.h> #include "util.h" #include "../../config.h" |