~ubuntu-branches/ubuntu/trusty/meanwhile/trusty

« back to all changes in this revision

Viewing changes to src/channel.c

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-04-01 11:22:37 UTC
  • Revision ID: package-import@ubuntu.com-20120401112237-uddh980lbu66rik3
Tags: 1.0.2-4ubuntu1
* Fix FTBFS with glib 2.32.
  - Include glib.h instead of individual headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
*/
20
20
 
21
21
#include <glib.h>
22
 
#include <glib/ghash.h>
23
 
#include <glib/glist.h>
24
22
#include <string.h>
25
23
 
26
24
#include "mw_channel.h"