~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/update-notifier.c

  • Committer: Michael Vogt
  • Date: 2011-10-05 19:09:13 UTC
  • Revision ID: michael.vogt@ubuntu.com-20111005190913-hyym71a54ua4y7i0
* add #include "trayappletui.h" to ensure the prototypes are
  correct (fixes FTBFS)
* fix -Wall warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include "uevent.h"
46
46
#include "crash.h"
47
47
#include "avahi.h"
 
48
#include "release.h"
 
49
#include "trayappletui.h"
48
50
 
49
51
/* some prototypes */
50
52
extern gboolean up_get_clipboard (void);