#187 closed defect (fixed)
Missing include for sh_inotify.h breaks non-Linux builds
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.6.2 |
Component: | main | Version: | 2.6.1 |
Keywords: | Cc: |
Description
For systems without inotify, the alternative path in sh_inotify.c misses the
#include "sh_inotify.h"
As a result, the build fails (reported by 'Ack'):
x_sh_inotify.c:372: error: syntax error before '*' token x_sh_inotify.c: In function `sh_inotify_remove': x_sh_inotify.c:374: error: `watches' undeclared (first use in this function) x_sh_inotify.c:374: error: (Each undeclared identifier is reported only once x_sh_inotify.c:374: error: for each function it appears in.)
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [269].