Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#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.)

Change History (1)

comment:1 by rainer, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [269].

Note: See TracTickets for help on using tickets.