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)

util_stat_include.patch (342 bytes) - added by Jay Modi 16 years ago.
Patch for util.cpp include

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Jay Modi

Attachment: util_stat_include.patch added

Patch for util.cpp include

comment:1 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [18377]) Re-add sys/stat.h after [18356]. See #5288. Thanks Jay. Closes #5735.

Note: See TracTickets for help on using tickets.