~albyrock87/awn-extras/extras_with_pidgineer

« back to all changes in this revision

Viewing changes to src/libawn-extras/notify.c

  • Committer: Mark Lee
  • Date: 2009-07-07 07:39:13 UTC
  • mto: (961.8.1 awn-extras.copy)
  • mto: This revision was merged to the branch mainline in revision 1197.
  • Revision ID: bzr@lazymalevolence.com-20090707073913-uoysz6qv1fh122yy
libawn-extras: fix compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <glib.h>
23
23
#include <libnotify/notify.h>
 
24
#include <stdlib.h>
24
25
#include <sys/types.h>
25
26
#include <sys/wait.h>
26
27
#include <unistd.h>