Opened 14 years ago

Closed 14 years ago

#7288 closed defect (duplicate)

mythmainwindow needs include unistd.h after [22350] for win32

Reported by: anonymous Owned by: Nigel
Priority: minor Milestone: unknown
Component: Ports - Windows Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

[22350] adds usleep() to mythmainwindow.cpp, but win32 doesn't include the definition by default. This can be fixed by adding the following line to mythmainwindow.cpp:

#include <unistd.h>

Change History (1)

comment:1 Changed 14 years ago by sphery

Resolution: duplicate
Status: newclosed

Dup of #7478.

Note: See TracTickets for help on using tickets.