Opened 17 years ago
Closed 17 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>
Note:
See TracTickets
for help on using tickets.

Dup of #7478.