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

« back to all changes in this revision

Viewing changes to src/update.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:
17
17
 
18
18
#include "update-notifier.h"
19
19
#include "update.h"
 
20
#include "trayappletui.h"
20
21
 
21
22
#define UPGRADE_CHECKER PACKAGE_LIB_DIR"/update-notifier/apt-check"
22
23