Opened 16 years ago
Closed 16 years ago
#5735 closed defect (fixed)
Win32 builds need util.cpp to include stat.h
Reported by: | Jay Modi | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | win32 |
Cc: | Ticket locked: | no |
Description
I have been working on recent subversion builds and have been able to get through them after adding: #include <sys/stat.h> to util.cpp. This is needed for the S_IREAD and S_IWRITE definitions. See the attached patch.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Patch for util.cpp include