Skip to content

Commit 06b10ad

Browse files
committed
Include unistd.h to get prototype for close in Win32
1 parent e1548ff commit 06b10ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/libs/libmythprotoserver/requesthandler/fileserverutil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <unistd.h>
12
#include <cstdlib> // for llabs
23

34
#include "mythconfig.h"

0 commit comments

Comments
 (0)