Fix inotify usage for QNX
authorMatt Fischer <matt.fischer@garmin.com>
Tue, 5 Feb 2013 00:30:14 +0000 (18:30 -0600)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 21 Feb 2013 13:11:19 +0000 (13:11 +0000)
commit0484cf1a3cde1a5993425c938645f762db738033
tree7faede4768da089c5b94441224434002bd74eccb
parent16e69337a5a2fe6bb2ded42ed618ae55c92621a9
Fix inotify usage for QNX

QNX's copy of sys/inotify.h is broken, and doesn't include
stdint.h even though it refers to types from it.  Therefore,
it must be included manually.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61176
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/dir-watch-inotify.c